Advertisement
muhammadrefa

selinux

Apr 13th, 2021
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. / # zcat /proc/config.gz | grep -i selinux
  2. CONFIG_SECURITY_SELINUX=y
  3. CONFIG_SECURITY_SELINUX_BOOTPARAM=y
  4. CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
  5. # CONFIG_SECURITY_SELINUX_DISABLE is not set
  6. CONFIG_SECURITY_SELINUX_DEVELOP=y
  7. CONFIG_SECURITY_SELINUX_AVC_STATS=y
  8. CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
  9. # CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
  10. CONFIG_DEFAULT_SECURITY_SELINUX=y
  11. CONFIG_DEFAULT_SECURITY="selinux"
  12. / # cat /proc/cmdline
  13. androidboot.bootdevice=msm_sdcc.1 androidboot.hardware=qcom vmalloc=400M utags.blkdev=/dev/block/platform/msm_sdcc.1/by-name/utags selinux=0 androidboot.emmc=true androidboot.serialno=TA9330EQGU androidboot.baseband=msm androidboot.mode=normal androidboot.device=falcon androidboot.hwrev=0x83C0 androidboot.radio=0x5 androidboot.powerup_reason=0x00004000 bootreason=reboot androidboot.write_protect=0 restart.download_mode=0 androidboot.fsg-id= androidboot.secure_hardware=1 androidboot.cid=0x7 androidboot.bootloader=0x4118 androidboot.carrier= mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_mot_cmi_720p_video_v2
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement