2020-01-20 10:14:48 +01:00
|
|
|
###
|
|
|
|
### Untrusted_29.
|
|
|
|
###
|
|
|
|
### This file defines the rules for untrusted apps running with
|
|
|
|
### targetSdkVersion = 29.
|
|
|
|
###
|
|
|
|
### See public/untrusted_app.te for more information about which apps are
|
|
|
|
### placed in this selinux domain.
|
|
|
|
###
|
|
|
|
|
|
|
|
typeattribute untrusted_app_29 coredomain;
|
|
|
|
|
|
|
|
app_domain(untrusted_app_29)
|
|
|
|
untrusted_app_domain(untrusted_app_29)
|
|
|
|
net_domain(untrusted_app_29)
|
|
|
|
bluetooth_domain(untrusted_app_29)
|
2021-05-12 14:19:24 +02:00
|
|
|
|
|
|
|
# allow sending RTM_GETNEIGH{TBL} messages.
|
|
|
|
allow untrusted_app_29 self:netlink_route_socket nlmsg_getneigh;
|
|
|
|
auditallow untrusted_app_29 self:netlink_route_socket nlmsg_getneigh;
|
2022-07-14 13:52:21 +02:00
|
|
|
|
2023-01-18 08:52:43 +01:00
|
|
|
# Connect to mdnsd via mdnsd socket.
|
|
|
|
unix_socket_connect(untrusted_app_29, mdnsd, mdnsd)
|
|
|
|
userdebug_or_eng(`
|
|
|
|
auditallow untrusted_app_29 mdnsd_socket:sock_file write;
|
|
|
|
auditallow untrusted_app_29 mdnsd:unix_stream_socket connectto;
|
|
|
|
')
|