1###
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)
17
18# allow binding to netlink route sockets and sending RTM_GETLINK messages.
19allow untrusted_app_29 self:netlink_route_socket { bind nlmsg_readpriv };
20