This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f82e33e
commit 854bec8
Showing
4 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
menu "Super User Options" | ||
config ASSISTED_SUPERUSER | ||
bool "Kernel-assisted superuser" | ||
select SECURITY_SELINUX_DEVELOP if SECURITY_SELINUX | ||
help | ||
This driver gives trivial root access by typing `su` in a | ||
shell. It is a security disaster, and nobody should enable | ||
this catastrophe of a driver. | ||
|
||
Say N here unless you have a vendetta against kittens. | ||
|
||
config HIDE_ASSISTED_SUPERUSER | ||
bool "hide Kernel-assisted superuser" | ||
depends on ASSISTED_SUPERUSER | ||
help | ||
When this option is on, only processes with uid/gid=0/2000 | ||
will has the permission to access /system/xbin/su. Other | ||
processes will never have permission to access/stat/exec | ||
su binary. | ||
|
||
Say N here unless you have a vendetta against kittens. | ||
endmenu |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.