Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created April 4, 2015 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/459035729951e82c9323 to your computer and use it in GitHub Desktop.
Save Nokius/459035729951e82c9323 to your computer and use it in GitHub Desktop.
~ # cat /proc/cmdline
console=ttyHSL0,115200,n8 androidboot.hardware=qcom lpj=67677 user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 zcache selinux=0 androidboot.emmc=true androidboot.serialno=5d4a7116 androidboot.baseband=mdm oppo.pcb_version=pvt androidboot.startupmode=pwrkey androidboot.mode=normal lk_version=V1.0
~ # zcat /proc/config.gz | grep SELINUX
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
# CONFIG_SECURITY_SELINUX_DISABLE is not set
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
CONFIG_DEFAULT_SECURITY_SELINUX=y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment