blob: 62ca9b7ca697f4c46e1d950ef66b4cd5092e5f03 [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;
Jeff Vander Stoepbc0fa662021-12-03 15:21:54 +010016
Shikha Panwarc6ff74a2022-11-21 16:06:09 +000017# /system/bin/mke2fs - used to format encryptedstore block device
18type e2fs_exec, system_file_type, exec_type, file_type;
Shikha Panwar1aeaaed2022-12-08 13:18:56 +000019
20type encryptedstore_file, file_type;
21type encryptedstore_fs, fs_type, contextmount_type;
Jiyong Park02df74a2022-12-20 19:27:49 +090022
23# Filesystem entry for for PRNG seeder socket.
24type prng_seeder_socket, file_type, coredomain_socket;
Nikita Ioffe6069e7c2023-03-03 00:43:22 +000025
26# /data/misc/perfetto-traces for perfetto traces
27type perfetto_traces_data_file, file_type, data_file_type, core_data_file_type;
28
29# /data/misc/perfetto-configs for perfetto configs
30type perfetto_configs_data_file, file_type, data_file_type, core_data_file_type;