mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Base+Meta: Rename the wheel group to goodboys :^)
This commit is contained in:
parent
c39045b222
commit
8ecac16c03
Notes:
sideshowbarker
2024-07-19 05:36:14 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/8ecac16c037 Pull-request: https://github.com/SerenityOS/serenity/pull/2564 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
root:x:0:
|
||||
wheel:x:1:anon
|
||||
goodboys:x:1:anon
|
||||
tty:x:2:
|
||||
phys:x:3:window,anon
|
||||
audio:x:4:anon
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
wheel_gid=1
|
||||
goodboys_gid=1
|
||||
tty_gid=2
|
||||
phys_gid=3
|
||||
audio_gid=4
|
||||
|
@ -36,8 +36,8 @@ chmod 660 mnt/etc/WindowServer/WindowServer.ini
|
|||
chown $window_uid:$window_gid mnt/etc/WindowServer/WindowServer.ini
|
||||
echo "/bin/sh" > mnt/etc/shells
|
||||
|
||||
chown 0:$wheel_gid mnt/bin/su
|
||||
chown 0:$wheel_gid mnt/bin/KeyboardSettings
|
||||
chown 0:$goodboys_gid mnt/bin/su
|
||||
chown 0:$goodboys_gid mnt/bin/KeyboardSettings
|
||||
chown 0:$phys_gid mnt/bin/shutdown
|
||||
chown 0:$phys_gid mnt/bin/reboot
|
||||
chown 0:0 mnt/boot/Kernel
|
||||
|
|
Loading…
Add table
Reference in a new issue