Escalator: Add new method to privilege escalate within GUI

This commit is contained in:
ne0ndrag0n 2022-10-01 00:40:28 -04:00 committed by Linus Groh
commit b4456ecdbb
Notes: sideshowbarker 2024-07-17 05:58:36 +09:00
9 changed files with 287 additions and 0 deletions

View file

@ -97,6 +97,10 @@ if [ -f mnt/bin/pls ]; then
chown 0:$wheel_gid mnt/bin/pls
chmod 4750 mnt/bin/pls
fi
if [ -f mnt/bin/Escalator ]; then
chown 0:$wheel_gid mnt/bin/Escalator
chmod 4750 mnt/bin/Escalator
fi
if [ -f mnt/bin/utmpupdate ]; then
chown 0:$utmp_gid mnt/bin/utmpupdate
chmod 2755 mnt/bin/utmpupdate