Clean up proc_fs_verity which is no longer used
The reference was deleted in aosp/2281348. Bug: 249158715 Test: TH Change-Id: I07f63724e876e1db99acab73836bb52a8aa867d8
This commit is contained in:
parent
e14e69a947
commit
9999e20eed
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ dontaudit fsverity_init domain:key view;
|
|||
allow fsverity_init kernel:key { view search write setattr };
|
||||
allow fsverity_init fsverity_init:key { view search write };
|
||||
|
||||
# Allow init to write to /proc/sys/fs/verity/require_signatures
|
||||
allow fsverity_init proc_fs_verity:file w_file_perms;
|
||||
|
||||
# Read the on-device signing certificate, to be able to add it to the keyring
|
||||
allow fsverity_init odsign:fd use;
|
||||
allow fsverity_init odsign_data_file:file { getattr read };
|
||||
|
|
Loading…
Reference in a new issue