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

Fix permissions of /etc #248

Closed
klutchell opened this issue Nov 13, 2023 · 0 comments · Fixed by #253
Closed

Fix permissions of /etc #248

klutchell opened this issue Nov 13, 2023 · 0 comments · Fixed by #253

Comments

@klutchell
Copy link
Owner

klutchell commented Nov 13, 2023

This copy command doesn't just apply to the files in the root overlay, it sets permission on all the directories too.

drwxr-xr-x    8 root     root          4096 Nov 13 23:47 .
drwxr-xr-x    1 root     root          4096 Nov 13 23:47 ..
drwxr-xr-x    2 root     root          4096 Nov 13 23:47 dev
drwxr-xr-x    4 101      102           4096 Nov 13 23:47 etc
drwxr-xr-x    2 root     root          4096 Nov  8 14:22 lib
drwxr-xr-x    2 root     root          4096 Nov 13 23:47 proc
drwxr-xr-x    2 root     root          4096 Nov 13 23:47 sys
drwxr-xr-x    5 root     root          4096 Nov  8 14:23 usr

It would be better if these were owned by root except for /etc/unbound

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 a pull request may close this issue.

1 participant