1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

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
parent a143d666db
commit b4456ecdbb
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