Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create device as 0666 and not 066 #627

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

adrianreber
Copy link
Contributor

Devices created by utils.rs where not accessible by root and were
looking like this:

c---rw-rw-. 1 root root 1, 3 Dec 28 09:50 /dev/null

Setting it to 0666 gives me devices with crw-rw-rw-

See #623

Devices created by utils.rs where not accessible by root and were
looking like this:

c---rw-rw-. 1 root root 1, 3 Dec 28 09:50 /dev/null

Setting it to 0666 gives me devices with `crw-rw-rw-`

Signed-off-by: Adrian Reber <areber@redhat.com>
@codecov-commenter
Copy link

Codecov Report

Merging #627 (1831b95) into main (f5e5aeb) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #627   +/-   ##
=======================================
  Coverage   69.99%   69.99%           
=======================================
  Files          82       82           
  Lines       10937    10937           
=======================================
  Hits         7655     7655           
  Misses       3282     3282           

@Furisto
Copy link
Collaborator

Furisto commented Jan 21, 2022

@adrianreber Thanks!

@Furisto Furisto merged commit 2f71bac into youki-dev:main Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants