summaryrefslogtreecommitdiffstats
path: root/selinux/domain.te
blob: cd1d4235f21ae9a736ce6b7f4e344f66edb44c7b (plain)
1
2
3
4
5
6
7
8
9
allow domain at_distributor:chr_file rw_file_perms;
allow domain diag_uart_log:chr_file rw_file_perms;
allow domain SMD-daemon:chr_file rw_file_perms;
allow domain qmiproxy:chr_file rw_file_perms;

userdebug_or_eng(`
			  allow domain diag_device:chr_file rw_file_perms;
') 
dontaudit domain kernel:system module_request;