From fa2a19958bd920fce62d6aef12b5aa6cf20cde1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosme=20Dom=C3=ADnguez=20D=C3=ADaz?= Date: Mon, 26 Feb 2018 22:45:30 +0100 Subject: msm8996-common: rootdir: Remove unneeded dirs. * This fixes these SELinux denials and it doesn't break anything for now... :-P avc: denied { create } for pid=1 comm=init name=firmware scontext=u:r:init:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0 avc: denied { create } for pid=1 comm=init name=bt_firmware scontext=u:r:init:s0 tcontext=u:object_r:bt_firmware_file:s0 tclass=dir permissive=0 --- rootdir/etc/init.qcom.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index c716cc8..ec3a89a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -34,10 +34,7 @@ on early-init chown root system /dev/kmsg chmod 0620 /dev/kmsg - mkdir /firmware 0771 system system - mkdir /bt_firmware 0771 system system symlink /data/tombstones /tombstones - mkdir /dsp 0771 media media # ZRAM setup write /sys/block/zram0/comp_algorithm lz4 -- cgit v1.2.3