commit | df794b45901a8565b0b38717b7f82d69cfe43aee | [log] [tgz] |
---|---|---|
author | Keith Mok <keithmok@google.com> | Fri Nov 03 20:27:43 2023 +0000 |
committer | Keith Mok <keithmok@google.com> | Fri Nov 03 21:29:48 2023 +0000 |
tree | 88d7c01a6a9010df546886c861b5cfea6fe2db27 | |
parent | 70b7a8c76de69eaa1146aa73e0c21f11d8eb21c3 [diff] [blame] |
SEPolicy for AIDL MACSEC HAL Bug: 254108688 Test: AIDL MACSEC HAL VTS (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fba6480fa08001a36faf524d0a6952f29d916a6b) Change-Id: I5ccaa24c6b9600713bbc0e4c523822567b64c662
diff --git a/public/hal_macsec.te b/public/hal_macsec.te new file mode 100644 index 0000000..27225db --- /dev/null +++ b/public/hal_macsec.te
@@ -0,0 +1,7 @@ +# Binder IPC from client to server, and callbacks +binder_call(hal_macsec_client, hal_macsec_server) +binder_call(hal_macsec_server, hal_macsec_client) + +hal_attribute_service(hal_macsec, hal_macsec_service) + +binder_use(hal_macsec_server)