Merge "Root of /data belongs to init"
diff --git a/private/fsverity_init.te b/private/fsverity_init.te
index c6a5edd..d0e13b4 100644
--- a/private/fsverity_init.te
+++ b/private/fsverity_init.te
@@ -23,3 +23,8 @@
 # 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;
+')