mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
[SQUASH] [6 PART] msm8226-common: sepolicy updates (6)
This commit is contained in:
parent
0694dda9c9
commit
1c642898e5
6 changed files with 16 additions and 0 deletions
|
@ -10,3 +10,4 @@ allow mediaserver system_data_file:sock_file write;
|
|||
allow mediaserver hal_lineage_camera_motor_hwservice:hwservice_manager find;
|
||||
allow mediaserver cameraserver_service:service_manager add;
|
||||
allow mediaserver fwk_camera_hwservice:hwservice_manager add;
|
||||
allow mediaserver hidl_base_hwservice:hwservice_manager add;
|
||||
|
|
9
sepolicy/common/qti_init_shell.te
Normal file
9
sepolicy/common/qti_init_shell.te
Normal file
|
@ -0,0 +1,9 @@
|
|||
allow qti_init_shell bluetooth_loader_exec:file getattr;
|
||||
allow qti_init_shell bluetooth_loader_exec:file execute;
|
||||
allow qti_init_shell bluetooth_loader_exec:file { open read };
|
||||
allow qti_init_shell bluetooth_loader_exec:file execute_no_trans;
|
||||
allow qti_init_shell efs_file:dir search;
|
||||
allow qti_init_shell bluetooth_efs_file:dir search;
|
||||
allow qti_init_shell bluetooth_efs_file:file read;
|
||||
allow qti_init_shell bluetooth_efs_file:file open;
|
||||
allow qti_init_shell bluetooth_efs_file:file getattr;
|
|
@ -6,3 +6,4 @@ allow thermal-engine self:capability chown;
|
|||
|
||||
allow thermal-engine sysfs_batteryinfo:dir search;
|
||||
allow thermal-engine sysfs_batteryinfo:file read;
|
||||
allow thermal-engine sysfs_batteryinfo:file open;
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
allow time_daemon device:chr_file { read write };
|
||||
allow time_daemon device:chr_file open;
|
||||
allow time_daemon device:chr_file ioctl;
|
||||
|
|
|
@ -3,5 +3,7 @@ allow ueventd vfat:file { getattr open read };
|
|||
|
||||
allow ueventd exfat:dir search;
|
||||
allow ueventd exfat:file read;
|
||||
allow ueventd exfat:file open;
|
||||
allow ueventd exfat:file getattr;
|
||||
|
||||
allow ueventd proc:file { read };
|
||||
|
|
|
@ -2,6 +2,8 @@ allow vold efs_file:dir rw_dir_perms;
|
|||
allow vold efs_file:file create;
|
||||
allow vold persist_data_file:dir { open read };
|
||||
|
||||
allow vold hal_bootctl_hwservice:hwservice_manager find;
|
||||
|
||||
allow vold {
|
||||
block_device
|
||||
cache_block_device
|
||||
|
|
Loading…
Reference in a new issue