Bram Bonné | ea5460a | 2021-05-12 14:19:24 +0200 | [diff] [blame] | 1 | ### |
| 2 | ### Untrusted apps. |
| 3 | ### |
| 4 | ### This file defines the rules for untrusted apps running with |
| 5 | ### 29 < targetSdkVersion <= 31. |
| 6 | ### |
| 7 | ### See public/untrusted_app.te for more information about which apps are |
| 8 | ### placed in this selinux domain. |
| 9 | ### |
| 10 | ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible |
| 11 | ### |
| 12 | |
| 13 | typeattribute untrusted_app_30 coredomain; |
| 14 | |
| 15 | app_domain(untrusted_app_30) |
| 16 | untrusted_app_domain(untrusted_app_30) |
| 17 | net_domain(untrusted_app_30) |
| 18 | bluetooth_domain(untrusted_app_30) |
| 19 | |
| 20 | # allow sending RTM_GETNEIGH{TBL} messages. |
| 21 | allow untrusted_app_30 self:netlink_route_socket nlmsg_getneigh; |
| 22 | auditallow untrusted_app_30 self:netlink_route_socket nlmsg_getneigh; |
Alessandra Loro | d0e108f | 2022-07-14 11:52:21 +0000 | [diff] [blame] | 23 | |