You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added an FSU (Fake SU) feature that enables running binaries as root or obtaining a root shell without requiring root privileges. This is achieved using proot, providing a secure and flexible solution for simulating root access.
Usage Examples:
fsu fastfetch
Runs the fastfetch command with root privileges without needing to be root.
fsu
Starts a root shell, allowing you to execute commands as if you were the root user without direct root access.