Base: Add anon user to the phys group
This allows anon to shut down and reboot the system. Fixes #775.
This commit is contained in:
parent
686ade6b5a
commit
71e96ee728
Notes:
sideshowbarker
2024-07-19 08:55:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/71e96ee728d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
root:x:0:
|
||||
wheel:x:1:anon
|
||||
tty:x:2:
|
||||
phys:x:3:window
|
||||
phys:x:3:window,anon
|
||||
audio:x:4:anon
|
||||
lookup:x:10:protocol,anon
|
||||
protocol:x:11:anon
|
||||
|
|
Loading…
Add table
Reference in a new issue