mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
[SQUASH] [7 PART] msm8226-common: sepolicy updates (7)
This commit is contained in:
parent
1c642898e5
commit
883bc21916
5 changed files with 6 additions and 3 deletions
BIN
sepolicy/.DS_Store
vendored
BIN
sepolicy/.DS_Store
vendored
Binary file not shown.
|
@ -1,6 +1,5 @@
|
|||
type proc_bt_sleep, fs_type, proc_type;
|
||||
type proc_last_kmsg, fs_type, proc_type;
|
||||
|
||||
# type proc_last_kmsg, fs_type, proc_type;
|
||||
type sysfs_camera, fs_type, sysfs_type;
|
||||
type sysfs_hal_pwr, fs_type, sysfs_type;
|
||||
type sysfs_iio, fs_type, sysfs_type;
|
||||
|
@ -18,7 +17,6 @@ type sysfs_sec_touchkey, fs_type, sysfs_type;
|
|||
type sysfs_sec_tsp, fs_type, sysfs_type;
|
||||
type sysfs_usb_otg, fs_type, sysfs_type;
|
||||
type sysfs_wifi_writeable, fs_type, sysfs_type;
|
||||
|
||||
type bt_fw_file, file_type;
|
||||
type nfc_fw_file, file_type;
|
||||
type wifi_efs_file, file_type;
|
||||
|
|
1
sepolicy/common/firmware_file.te
Normal file
1
sepolicy/common/firmware_file.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow firmware_file labeledfs:filesystem associate;
|
|
@ -4,3 +4,5 @@ allow system_app sysfs_mdnie:dir search;
|
|||
allow system_app sysfs_mdnie:file rw_file_perms;
|
||||
allow system_app system_suspend_control_service:service_manager find;
|
||||
allow system_app apk_data_file:dir write;
|
||||
allow system_app proc_pagetypeinfo:file getattr;
|
||||
allow system_app sysfs_zram:dir search;
|
||||
|
|
|
@ -21,3 +21,5 @@ allow vendor_init wifi_data_file:file create_file_perms;
|
|||
allow vendor_init system_data_file:lnk_file unlink;
|
||||
allow vendor_init wcnss_device:chr_file write;
|
||||
allow vendor_init wcnss_device:chr_file open;
|
||||
allow vendor_init firmware_file:dir create;
|
||||
allow vendor_init firmware_file:dir setattr;
|
Loading…
Reference in a new issue