blob: 193c3072c1c5e64a02828ae9ccf4aa325e8c8382 [file] [log] [blame]
Hung Nguyen9c7d3062024-11-05 15:50:00 -08001# mmd memory management daemon
2type mmd, domain;
3typeattribute mmd coredomain;
4type mmd_exec, system_file_type, exec_type, file_type;
5
6init_daemon_domain(mmd)
7
8# mmd binder setup
9add_service(mmd, mmd_service)
10binder_use(mmd)
Shintaro Kawamura2712c902024-11-21 11:59:17 +090011
12# zram sysfs access
13allow mmd sysfs_zram:dir search;
14allow mmd sysfs_zram:file rw_file_perms;
15
16# procfs
17allow mmd proc_meminfo:file r_file_perms;