Merge "sepolicy: dontaudit cap_sys_admin on userdebug/eng"
This commit is contained in:
commit
845e04ba73
1 changed files with 5 additions and 0 deletions
|
@ -23,3 +23,8 @@ allow fsverity_init proc_fs_verity:file w_file_perms;
|
|||
# already registered algorithm with that name. If it fails, the kernel creates
|
||||
# an implementation of the algorithm from templates.
|
||||
dontaudit fsverity_init kernel:system module_request;
|
||||
|
||||
# TODO(b/132323675): remove once kernel bug is fixed.
|
||||
userdebug_or_eng(`
|
||||
dontaudit fsverity_init self:capability sys_admin;
|
||||
')
|
||||
|
|
Loading…
Reference in a new issue