diff options
author | Andreas Kling <awesomekling@gmail.com> | 2020-01-04 13:20:53 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2020-01-04 13:21:33 +0100 |
commit | 498659773c3f778565b7e63e822141014f605386 (patch) | |
tree | 1f16b84b91074a3b215c0bf7ff2229cde7053cd2 /Base | |
parent | 9bd4bf41fb8e05dc9f13e5ea4d4f6d95456c9597 (diff) | |
download | serenity-498659773c3f778565b7e63e822141014f605386.zip |
Base: Add a "phys" group for users with physical access
Only users in this group can access the screen, mouse and keyboard.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/group b/Base/etc/group index 07e4f4b8a4..0d28714317 100644 --- a/Base/etc/group +++ b/Base/etc/group @@ -1,4 +1,5 @@ root:x:0: wheel:x:1:anon tty:x:2: +phys:x:3:anon users:x:100:anon |