You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
311 B
12 lines
311 B
3 years ago
|
# hal_keymaster_default
|
||
|
|
||
|
# /mnt/vendor
|
||
|
allow hal_keymaster_default mnt_vendor_file:dir search;
|
||
|
|
||
|
# /mnt/vendor/efs
|
||
|
allow hal_keymaster_default efs_file:dir search;
|
||
|
|
||
|
# /mnt/vendor/efs/DAK/
|
||
|
allow hal_keymaster_default prov_efs_file:dir search;
|
||
|
allow hal_keymaster_default prov_efs_file:file { read open getattr };
|