rosemary: sepolicy: Drop proc_vm_dirty definition

* Moved to common Mediatek sepolicy

Change-Id: I5d01898ca413f9ca3d7c022a07ffed0c4b6bae9d
This commit is contained in:
Matsvei Niaverau
2023-11-03 10:03:15 +01:00
parent 31efd45b31
commit 681c35fbcd
3 changed files with 0 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ type vendor_sysfs_parallel_supply, fs_type, sysfs_type;
type vendor_sysfs_main_supply, fs_type, sysfs_type;
# Performance
type proc_vm_dirty, fs_type, proc_type;
type proc_sched_stune, fs_type, proc_type;
# Touchpanel

View File

@@ -31,7 +31,6 @@ genfscon sysfs /devices/platform/11016000.i2c5/i2c-5/5-0034/mt6360_pmu_rgbled.4.
genfscon sysfs /devices/platform/leds-mt65xx/leds/lcd-backlight u:object_r:sysfs_leds:s0
# Performance
genfscon proc /sys/vm/dirty_writeback_centisecs u:object_r:proc_vm_dirty:s0
genfscon proc /sys/kernel/sched_stune_task_threshold u:object_r:proc_sched_stune:s0
# Touchpanel

View File

@@ -7,4 +7,3 @@ allow vendor_init vendor_fingerprint_data_file:dir { rw_dir_perms relabelto seta
allow vendor_init nfc_data_vendor_file:dir { r_dir_perms create_dir_perms };
allow vendor_init proc_sched_stune:file w_file_perms;
allow vendor_init proc_vm_dirty:file w_file_perms;