You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
529 B
23 lines
529 B
type qti, domain;
|
|
type qti_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(qti)
|
|
net_domain(qti)
|
|
|
|
allow qti sysfs_soc:dir search;
|
|
allow qti sysfs_soc:file r_file_perms;
|
|
|
|
allow qti smd_device:chr_file { read write };
|
|
allow qti rmnet_device:chr_file rw_file_perms;
|
|
|
|
userdebug_or_eng(`
|
|
allow qti diag_device:chr_file rw_file_perms;
|
|
')
|
|
|
|
allow qti self:socket create_socket_perms;
|
|
allowxperm qti self:socket ioctl msm_sock_ipc_ioctls;
|
|
|
|
r_dir_file(qti, sysfs_msm_subsys)
|
|
|
|
dontaudit qti kernel:system module_request;
|