Merge "Revert "sepolicy: dontaudit cap_sys_admin on userdebug/eng""

This commit is contained in:
Treehugger Robot 2019-11-21 22:27:37 +00:00 committed by Gerrit Code Review
commit b7098cb480

View File

@ -24,8 +24,3 @@ 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;
')