mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: sepolicy: Remove debugfs_rmt rules
* Already present in device/qcom/sepolicy/legacy-common Change-Id: Ie776556d6c3f64b8e4553990c9507ea0dcf9ca0a Signed-off-by: Giuseppe Barillari <joe2k01dev@gmail.com>
This commit is contained in:
parent
da54607843
commit
c9d2148237
3 changed files with 0 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
||||||
type app_efs_file, file_type;
|
type app_efs_file, file_type;
|
||||||
type biometrics_data_file, file_type, data_file_type;
|
type biometrics_data_file, file_type, data_file_type;
|
||||||
type debugfs_rmt, debugfs_type, fs_type;
|
|
||||||
type wifi_efs_file, file_type;
|
type wifi_efs_file, file_type;
|
||||||
type sysfs_mdnie, fs_type, sysfs_type;
|
type sysfs_mdnie, fs_type, sysfs_type;
|
||||||
type sysfs_sec_key, fs_type, sysfs_type;
|
type sysfs_sec_key, fs_type, sysfs_type;
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
# Cache
|
# Cache
|
||||||
/dev/block/platform/soc\.0/7824900\.sdhci/by-name/cache u:object_r:cache_block_device:s0
|
/dev/block/platform/soc\.0/7824900\.sdhci/by-name/cache u:object_r:cache_block_device:s0
|
||||||
|
|
||||||
# Debug
|
|
||||||
/sys/kernel/debug/rmt_storage(/.*)? u:object_r:debugfs_rmt:s0
|
|
||||||
|
|
||||||
# EFS
|
# EFS
|
||||||
/dev/block/platform/soc\.0/7824900\.sdhci/by-name/efs u:object_r:efs_block_device:s0
|
/dev/block/platform/soc\.0/7824900\.sdhci/by-name/efs u:object_r:efs_block_device:s0
|
||||||
/efs/bluetooth(/.*)? u:object_r:bluetooth_efs_file:s0
|
/efs/bluetooth(/.*)? u:object_r:bluetooth_efs_file:s0
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
allow rmt_storage debugfs_rmt:dir search;
|
|
||||||
allow rmt_storage debugfs_rmt:file rw_file_perms;
|
|
||||||
|
|
||||||
allow rmt_storage self:capability net_raw;
|
allow rmt_storage self:capability net_raw;
|
||||||
|
|
||||||
set_prop(rmt_storage, rmt_storage_prop)
|
set_prop(rmt_storage, rmt_storage_prop)
|
||||||
|
|
Loading…
Reference in a new issue