Skip to content

Commit

Permalink
Base+Meta: Rename the wheel group to goodboys :^)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugaevc authored and awesomekling committed Jun 17, 2020
1 parent c39045b commit 8ecac16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Base/etc/group
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions Meta/build-root-filesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

wheel_gid=1
goodboys_gid=1
tty_gid=2
phys_gid=3
audio_gid=4
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ecac16

Please sign in to comment.