blob: 03f333489671ab7ee589205e362e0008056a8a58 [file] [log] [blame]
Jeff Vander Stoep1f7ae8e2020-01-20 10:14:48 +01001###
2### Untrusted_29.
3###
4### This file defines the rules for untrusted apps running with
5### targetSdkVersion = 29.
6###
7### See public/untrusted_app.te for more information about which apps are
8### placed in this selinux domain.
9###
10
11typeattribute untrusted_app_29 coredomain;
12
13app_domain(untrusted_app_29)
14untrusted_app_domain(untrusted_app_29)
15net_domain(untrusted_app_29)
16bluetooth_domain(untrusted_app_29)
Bram Bonnéea5460a2021-05-12 14:19:24 +020017
18# allow sending RTM_GETNEIGH{TBL} messages.
19allow untrusted_app_29 self:netlink_route_socket nlmsg_getneigh;
20auditallow untrusted_app_29 self:netlink_route_socket nlmsg_getneigh;
Alessandra Lorod0e108f2022-07-14 11:52:21 +000021