sepolicy: address some nvram_daemon denials

Change-Id: I0ad15a06d19b4b69b205d9b28706e4fb59dce79b
(cherry picked from commit 9562b311e7e481fe226fb536f97a14a72734d02b)
This commit is contained in:
Stricted
2018-05-01 02:41:43 +02:00
committed by Joel Bacchus
parent 4d73673ab0
commit 3f1d915dbb
+4
View File
@@ -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 };