Skip to content

Commit

Permalink
kernel-4.19: Allow permissive
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Sinha <[email protected]>
  • Loading branch information
kardebayan authored and techyminati committed May 31, 2023
1 parent 0ae28d3 commit 07487e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion OplusKernelEnvConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ CFLAGS_MODULE += -DCONFIG_OPLUS_SECURE_GUARD
endif

ifeq ($(OPLUS_FEATURE_SECURE_ROOTGUARD),yes)
export CONFIG_OPLUS_ROOT_CHECK=y
KBUILD_CFLAGS += -DCONFIG_OPLUS_ROOT_CHECK
KBUILD_CPPFLAGS += -DCONFIG_OPLUS_ROOT_CHECK
CFLAGS_KERNEL += -DCONFIG_OPLUS_ROOT_CHECK
Expand Down
4 changes: 0 additions & 4 deletions arch/arm64/configs/cyllene_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,6 @@ CONFIG_OPLUS_SECURE_COMMON=y
#endif /* OPLUS_FEATURE_SECURITY_COMMON */

#ifdef CONFIG_OPLUS_SECURE_GUARD
CONFIG_OPLUS_ROOT_CHECK=y
CONFIG_OPLUS_EXECVE_BLOCK=y
CONFIG_OPLUS_MOUNT_BLOCK=y
CONFIG_OPLUS_SECURE_GUARD=y
#endif /*CONFIG_OPLUS_SECURE_GUARD*/

#ifdef OPLUS_FEATURE_KEY_SECURITY
Expand Down
9 changes: 0 additions & 9 deletions oplus_native_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ OPLUS_FEATURE_GLOOM=yes
OPLUS_FEATURE_PERFORMANCE=yes
OPLUS_FEATURE_QIHOO_HOTFIX=yes
OPLUS_FEATURE_ENGINEERTOOLS=true
OPLUS_FEATURE_SELINUX_CONTROL_LOG=true
OPLUS_FEATURE_SELINUX_DEBUG_BUILD=true
OPLUS_FEATURE_SELINUX_CONTEXTS=true
OPLUS_FEATURE_DYNAMIC_KEYMAP=yes
OPLUS_FEATURE_DROP_STATUSBAR=yes
OPLUS_FEATURE_GESTURE_SCREENSHOT=yes
Expand Down Expand Up @@ -56,12 +53,6 @@ OPLUS_FEATURE_VAB_VERIFY_PARTITION=yes
OPLUS_FEATURE_VAB_INSTALLRESULT=yes
OPLUS_FEATURE_VAB_WIFI_OTA=yes
OPLUS_FEATURE_BOOTANIMATION=yes
OPLUS_FEATURE_SECURE_GUARD=yes
OPLUS_FEATURE_SECURE_ROOTGUARD=yes
OPLUS_FEATURE_SECURE_MOUNTGUARD=yes
OPLUS_FEATURE_SECURE_EXECGUARD=yes
OPLUS_FEATURE_SECURE_KEVENTUPLOAD=yes
OPLUS_FEATURE_SECURE_KEYINTERFACESGUARD=yes
OPLUS_FEATURE_EDGE_PANEL=yes
OPLUS_FEATURE_SCREEN_FINGERPRINT=yes
OPLUS_FEATURE_ENGINEERING_FILEACCESS=yes
Expand Down

0 comments on commit 07487e6

Please sign in to comment.