Move compaction_proactiveness sepolicy from the system to vendor since it breaks other vendors. Bug: 361985704 Test: check knob value Flag: NONE sepolicy doesn't support flag Change-Id: I14cff8dfe4e143995b9011cd34a1e7d74613ae33 Merged-In: I14cff8dfe4e143995b9011cd34a1e7d74613ae33 Signed-off-by: Martin Liu <liumartin@google.com>
8 lines
212 B
Text
8 lines
212 B
Text
# proactive kill
|
|
type sysfs_pakills, fs_type, sysfs_type;
|
|
|
|
# bts dump
|
|
type vendor_bts_debugfs, fs_type, debugfs_type;
|
|
|
|
# proc_compaction_proactiveness type
|
|
type proc_compaction_proactiveness, fs_type, proc_type;
|