dump f2fs in gs-common
Bug: 248143736 Test: adb bugreport Change-Id: I902030f7960b2247e9b8e913e78d447741423efb
This commit is contained in:
parent
03f471518a
commit
3cd9384799
3 changed files with 0 additions and 5 deletions
1
whitechapel/vendor/google/file.te
vendored
1
whitechapel/vendor/google/file.te
vendored
|
@ -79,7 +79,6 @@ type updated_wifi_firmware_data_file, file_type, data_file_type;
|
|||
type mediadrm_vendor_data_file, file_type, data_file_type;
|
||||
|
||||
# Storage Health HAL
|
||||
type debugfs_f2fs, debugfs_type, fs_type;
|
||||
type proc_f2fs, proc_type, fs_type;
|
||||
|
||||
type bootdevice_sysdev, dev_type;
|
||||
|
|
1
whitechapel/vendor/google/genfs_contexts
vendored
1
whitechapel/vendor/google/genfs_contexts
vendored
|
@ -62,7 +62,6 @@ genfscon sysfs /devices/platform/10d50000.hsi2c/i2c-7/7-0057/chg_stats
|
|||
genfscon sysfs /devices/platform/10d50000.hsi2c/i2c-8/8-0057/chg_stats u:object_r:sysfs_pca:s0
|
||||
|
||||
# Storage
|
||||
genfscon debugfs /f2fs u:object_r:debugfs_f2fs:s0
|
||||
genfscon proc /fs/f2fs u:object_r:proc_f2fs:s0
|
||||
genfscon proc /sys/vm/swappiness u:object_r:proc_dirty:s0
|
||||
genfscon sysfs /devices/platform/14700000.ufs/slowio_read_cnt u:object_r:sysfs_scsi_devices_0000:s0
|
||||
|
|
|
@ -110,7 +110,6 @@ userdebug_or_eng(`
|
|||
allow hal_dumpstate_default ramdump_vendor_mnt_file:file r_file_perms;
|
||||
')
|
||||
|
||||
get_prop(hal_dumpstate_default, boottime_public_prop)
|
||||
get_prop(hal_dumpstate_default, vendor_gps_prop)
|
||||
set_prop(hal_dumpstate_default, vendor_modem_prop)
|
||||
get_prop(hal_dumpstate_default, vendor_rild_prop)
|
||||
|
@ -157,8 +156,6 @@ userdebug_or_eng(`
|
|||
allow hal_dumpstate_default sysfs_bcl:lnk_file read;
|
||||
allow hal_dumpstate_default tcpdump_vendor_data_file:dir create_dir_perms;
|
||||
allow hal_dumpstate_default tcpdump_vendor_data_file:file create_file_perms;
|
||||
allow hal_dumpstate_default debugfs_f2fs:dir r_dir_perms;
|
||||
allow hal_dumpstate_default debugfs_f2fs:file r_file_perms;
|
||||
|
||||
set_prop(hal_dumpstate_default, vendor_tcpdump_log_prop)
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue