xref: /aosp_15_r20/system/sepolicy/prebuilts/api/34.0/private/profman.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1typeattribute profman coredomain;
2
3# Allow profman to read APKs and profile files next to them by FDs passed from
4# other programs. In addition, allow profman to acquire flocks on those files.
5allow profman {
6  system_file
7  apk_data_file
8  vendor_app_file
9}:file { getattr read map lock };
10
11# Allow profman to use file descriptors passed from privileged programs.
12allow profman { artd installd }:fd use;
13