blob: 0d2e3e65ff20ece8ccbf9d620006cf54025de047 [file] [log] [blame]
Inseob Kime1389972021-07-19 07:48:34 +00001allow fs_type self:filesystem associate;
2allow cgroup tmpfs:filesystem associate;
3allow cgroup_v2 tmpfs:filesystem associate;
Inseob Kime1389972021-07-19 07:48:34 +00004allow debugfs_type { debugfs debugfs_tracing debugfs_tracing_debug }:filesystem associate;
5allow dev_type tmpfs:filesystem associate;
Shikha Panwar1aeaaed2022-12-08 13:18:56 +00006allow encryptedstore_file encryptedstore_fs:filesystem associate;
Inseob Kim8565b962021-11-29 14:56:46 +09007allow extra_apk_file zipfusefs:filesystem associate;
Inseob Kime1389972021-07-19 07:48:34 +00008allow file_type labeledfs:filesystem associate;
9allow file_type tmpfs:filesystem associate;
10allow file_type rootfs:filesystem associate;
11allow proc_net proc:filesystem associate;
12allow sysfs_type sysfs:filesystem associate;
13allow system_data_file tmpfs:filesystem associate;
Victor Hsieh49c0ec72021-08-03 17:26:38 -070014
15type authfs_fuse, fs_type, contextmount_type;
Shraddha Basantwani1805e422025-02-11 21:06:57 -080016# /system/bin/e2fsck, /system/bin/resize2fs - used to expand encryptedstore block device
17type fsck_exec, system_file_type, exec_type, file_type;
Shikha Panwarc6ff74a2022-11-21 16:06:09 +000018# /system/bin/mke2fs - used to format encryptedstore block device
19type e2fs_exec, system_file_type, exec_type, file_type;
Shikha Panwar1aeaaed2022-12-08 13:18:56 +000020
21type encryptedstore_file, file_type;
22type encryptedstore_fs, fs_type, contextmount_type;
Jiyong Park02df74a2022-12-20 19:27:49 +090023
Nikita Ioffef1d47f72024-03-12 23:02:37 +000024type microdroid_resources_file, file_type;
25
Jiyong Park02df74a2022-12-20 19:27:49 +090026# Filesystem entry for for PRNG seeder socket.
27type prng_seeder_socket, file_type, coredomain_socket;
Nikita Ioffe6069e7c2023-03-03 00:43:22 +000028
29# /data/misc/perfetto-traces for perfetto traces
30type perfetto_traces_data_file, file_type, data_file_type, core_data_file_type;
31
32# /data/misc/perfetto-configs for perfetto configs
33type perfetto_configs_data_file, file_type, data_file_type, core_data_file_type;
Kalesh Singhd60a38b2024-05-24 11:37:23 -070034
35
36# Type for /sys/kernel/mm/pgsize_migration/enabled
37type sysfs_pgsize_migration, fs_type, sysfs_type;