commit | 2659257c76a96bdae5ab59ecec790c7af5efa469 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Sun Feb 25 15:44:51 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Mon Feb 26 19:58:48 2024 +0000 |
tree | 55cc605b1499c8f09b7b813e406dbda80915f7f0 | |
parent | 96ba523a8dc9459d52345d6525771644aa4a96d8 [diff] [blame] |
aconfigd: create aconfig daemon selinux policy Bug: b/312444587 Test: m and launch avd Change-Id: I0156a9dee05139ec84541e0dff2f95285c97cfb9
diff --git a/private/file.te b/private/file.te index 24c118a..6d8c923 100644 --- a/private/file.te +++ b/private/file.te
@@ -148,3 +148,6 @@ # Type for /sys/devices/uprobe. type sysfs_uprobe, fs_type, sysfs_type; + +# Type for aconfig daemon socket +type aconfigd_socket, file_type, coredomain_socket;