sepolicy: address some nvram_daemon denials
Change-Id: I0ad15a06d19b4b69b205d9b28706e4fb59dce79b (cherry picked from commit 9562b311e7e481fe226fb536f97a14a72734d02b)
This commit is contained in:
@@ -28,3 +28,7 @@ unix_socket_connect(nvram_daemon, property, init)
|
||||
allow nvram_daemon sysfs_boot_mode:file { read open };
|
||||
allow nvram_daemon sysfs:file { write };
|
||||
allow nvram_daemon system_prop:property_service { set };
|
||||
|
||||
allow nvram_daemon nvram_device:chr_file { read write open };
|
||||
allow nvram_daemon mmc_device:blk_file { read write open };
|
||||
allow nvram_daemon proinfo_device:chr_file { read write open ioctl };
|
||||
|
||||
Reference in New Issue
Block a user