commit | 2664ad4668456422cacb6f31e71ea59faff0a2ab | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Nov 17 02:52:29 2023 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Nov 17 02:52:29 2023 -0800 |
tree | 01f3685b8b1e91bb5bb7814829552d7bf65549f6 | |
parent | 0ccdfafa9a1289e8a73101a5218792a022b1c276 [diff] | |
parent | adc7e8bb6b318f808e17a31d5ea11ec9d57c8d72 [diff] |
Merge "Sepolicy : dontaudit to vendor.hw.fm.init property" into sepolicy.lnx.12.0.c2
diff --git a/legacy/vendor/common/vendor_init.te b/legacy/vendor/common/vendor_init.te index efdcfda..1f8b8dc 100644 --- a/legacy/vendor/common/vendor_init.te +++ b/legacy/vendor/common/vendor_init.te
@@ -125,3 +125,4 @@ allow vendor_init tee_device:chr_file getattr; allow vendor_init block_device:lnk_file setattr; +dontaudit vendor_init vendor_fm_prop:property_service set;