mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Escalator: Add new method to privilege escalate within GUI
This commit is contained in:
parent
a143d666db
commit
b4456ecdbb
9 changed files with 287 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue