mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
Base+Meta: Rename the wheel group to goodboys :^)
This commit is contained in:
parent
c39045b222
commit
8ecac16c03
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
root:x:0:
|
root:x:0:
|
||||||
wheel:x:1:anon
|
goodboys:x:1:anon
|
||||||
tty:x:2:
|
tty:x:2:
|
||||||
phys:x:3:window,anon
|
phys:x:3:window,anon
|
||||||
audio:x:4:anon
|
audio:x:4:anon
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
wheel_gid=1
|
goodboys_gid=1
|
||||||
tty_gid=2
|
tty_gid=2
|
||||||
phys_gid=3
|
phys_gid=3
|
||||||
audio_gid=4
|
audio_gid=4
|
||||||
|
@ -36,8 +36,8 @@ chmod 660 mnt/etc/WindowServer/WindowServer.ini
|
||||||
chown $window_uid:$window_gid mnt/etc/WindowServer/WindowServer.ini
|
chown $window_uid:$window_gid mnt/etc/WindowServer/WindowServer.ini
|
||||||
echo "/bin/sh" > mnt/etc/shells
|
echo "/bin/sh" > mnt/etc/shells
|
||||||
|
|
||||||
chown 0:$wheel_gid mnt/bin/su
|
chown 0:$goodboys_gid mnt/bin/su
|
||||||
chown 0:$wheel_gid mnt/bin/KeyboardSettings
|
chown 0:$goodboys_gid mnt/bin/KeyboardSettings
|
||||||
chown 0:$phys_gid mnt/bin/shutdown
|
chown 0:$phys_gid mnt/bin/shutdown
|
||||||
chown 0:$phys_gid mnt/bin/reboot
|
chown 0:$phys_gid mnt/bin/reboot
|
||||||
chown 0:0 mnt/boot/Kernel
|
chown 0:0 mnt/boot/Kernel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue