mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Allow init to mount firmware_file dirs
This commit is contained in:
parent
82721325fa
commit
6ab05867f2
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@ allow init {
|
|||
sysfs_iio
|
||||
sysfs_sec_tsp
|
||||
sysfs_sensors
|
||||
firmware_file
|
||||
}:lnk_file read;
|
||||
|
||||
allow init {
|
||||
|
@ -38,6 +39,7 @@ allow init {
|
|||
sysfs_socinfo
|
||||
sysfs_usb_otg
|
||||
sysfs_wifi_writeable
|
||||
firmware_file
|
||||
}:file setattr;
|
||||
|
||||
allow init {
|
||||
|
@ -50,6 +52,7 @@ allow init {
|
|||
sysfs_net
|
||||
sysfs_sec_key
|
||||
sysfs_thermal
|
||||
firmware_file
|
||||
}:file w_file_perms;
|
||||
|
||||
allow init {
|
||||
|
@ -61,5 +64,7 @@ allow init sysfs_devfreq:file setattr;
|
|||
allow init efs_file:dir mounton;
|
||||
allow init init:capability2 block_suspend;
|
||||
allow init system_file:file mounton;
|
||||
allow init init:firmware_file mounton;
|
||||
allow init init:firmware_file read;
|
||||
allow init sysfs_leds:lnk_file read;
|
||||
|
||||
|
|
Loading…
Reference in a new issue