Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Dec 15, 2023
1 parent bc93e02 commit ef44da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export KBUILD_BUILD_HOST=GrassLand

PATH=$PWD/toolchain/bin:$PATH

if [ "$1" = "oneui" ]; then
#if [ "$1" = "oneui" ]; then
FLAGS=ONEUI=1
else
CONFIG_AOSP=vendor/aosp.config
fi
#else
#CONFIG_AOSP=vendor/aosp.config
#fi

if [ -z "$DEVICE" ]; then
export DEVICE=a51
Expand Down
2 changes: 1 addition & 1 deletion security/selinux/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ config SECURITY_SELINUX_CHECKREQPROT_VALUE
config SECURITY_SELINUX_SETENFORCE_OVERRIDE
bool "NSA SELinux override setenforce"
depends on SECURITY_SELINUX
default n
default y
help
Disable all setenforce calls - /selinux/enforce and override the value to SECURITY_SELINUX_SETENFORCE_OVERRIDE_VALUE

Expand Down

0 comments on commit ef44da2

Please sign in to comment.