commit | 0cd855bde95224db9259ff203d58747621f52023 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Oct 02 22:57:17 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 02 22:57:17 2024 +0000 |
tree | 150341c8e03e2335214f76b686a6790fa4b50bdb | |
parent | 2fd6f3c64d03b052513a36579d9ed1cb1cfd5c1c [diff] | |
parent | 740511cf26fca9a5a769443ca15fe8e15497369c [diff] |
Merge "Add a selinux rule for nfc security logging." into main
diff --git a/private/nfc.te b/private/nfc.te index f1a08f7..7050d5a 100644 --- a/private/nfc.te +++ b/private/nfc.te
@@ -33,3 +33,6 @@ # the nfc process, from a file in # /data/data/com.android.shell/files/bugreports/bugreport-*. allow nfc shell_data_file:file read; + +# Allow to check whether security logging is enabled. +get_prop(nfc, device_logging_prop)