Merge "Remove unused sepolicy by fsverity_init"
This commit is contained in:
commit
5503debd17
2 changed files with 0 additions and 10 deletions
|
@ -3,11 +3,6 @@ type fsverity_init_exec, exec_type, file_type, system_file_type;
|
|||
|
||||
init_daemon_domain(fsverity_init)
|
||||
|
||||
# Allow to retrieve keys from keystore.
|
||||
binder_use(fsverity_init)
|
||||
use_keystore(fsverity_init)
|
||||
allow fsverity_init keystore:keystore_key { list get };
|
||||
|
||||
# Allow to read /proc/keys for searching key id.
|
||||
allow fsverity_init proc_keys:file r_file_perms;
|
||||
|
||||
|
|
|
@ -3,11 +3,6 @@ type fsverity_init_exec, exec_type, file_type, system_file_type;
|
|||
|
||||
init_daemon_domain(fsverity_init)
|
||||
|
||||
# Allow to retrieve keys from keystore.
|
||||
binder_use(fsverity_init)
|
||||
use_keystore(fsverity_init)
|
||||
allow fsverity_init keystore:keystore_key { list get };
|
||||
|
||||
# Allow to read /proc/keys for searching key id.
|
||||
allow fsverity_init proc_keys:file r_file_perms;
|
||||
|
||||
|
|
Loading…
Reference in a new issue