mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 11:32:39 +02:00
commit
34b2550bba
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
RESETPROP="${0%/*}/resetprop"
|
RESETPROP="${0%/*}/resetprop"
|
||||||
|
|
||||||
if [ -x "$RESETPROP" ]; then
|
if [ -e "$RESETPROP" ]; then
|
||||||
chmod 755 $RESETPROP
|
chmod 755 $RESETPROP
|
||||||
else
|
else
|
||||||
RESETPROP="resetprop"
|
RESETPROP="resetprop"
|
||||||
@ -32,7 +32,7 @@ maybe_set_prop vendor.boot.mode recovery unknown
|
|||||||
|
|
||||||
# Hiding SELinux | Permissive status
|
# Hiding SELinux | Permissive status
|
||||||
if [ -n "$(getprop ro.build.selinux)" ]; then
|
if [ -n "$(getprop ro.build.selinux)" ]; then
|
||||||
resetprop --delete ro.build.selinux
|
$RESETPROP --delete ro.build.selinux
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hiding SELinux | Use toybox to protect *stat* access time reading
|
# Hiding SELinux | Use toybox to protect *stat* access time reading
|
||||||
|
Loading…
Reference in New Issue
Block a user