Files
device_google_gs201/legacy/domain.te
Adam Shih bfd5097be2 dispatch service related error
Bug: 202906787
Test: pts-tradefed run pts -m PtsSELinuxTest

Change-Id: Ifbdf1de156994572b8fedfd18180d3821ef1594c
2021-10-14 10:50:12 +08:00

22 lines
792 B
Plaintext

allow {domain -appdomain -rs} sysfs_vendor_sched:file w_file_perms;
dontaudit domain file_type:file *;
dontaudit domain file_type:chr_file *;
dontaudit domain file_type:dir *;
dontaudit domain file_type:capability *;
dontaudit domain file_type:sock_file *;
dontaudit domain property_type:file *;
dontaudit domain property_type:property_service *;
dontaudit domain fs_type:chr_file *;
dontaudit domain fs_type:file *;
dontaudit domain fs_type:blk_file *;
dontaudit domain fs_type:dir *;
dontaudit domain fs_type:filesystem *;
dontaudit domain dev_type:file *;
dontaudit domain dev_type:chr_file *;
dontaudit domain dev_type:blk_file *;
dontaudit domain domain:capability *;
dontaudit domain domain:binder *;
dontaudit domain domain:socket_class_set *;
dontaudit fs_type fs_type:filesystem *;