Base+Meta: Rename the wheel group to goodboys :^)

This commit is contained in:
Sergey Bugaev 2020-06-16 22:15:33 +03:00 committed by Andreas Kling
parent c39045b222
commit 8ecac16c03
Notes: sideshowbarker 2024-07-19 05:36:14 +09:00
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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