7f4a2ab9fe
Since the clatd has some code cleanup, these privs are not required anymore. Bug: 212345928 Test: manual test 1. Connect to ipv6-only wifi. 2. Try IPv4 traffic. $ ping 8.8.8.8 Change-Id: Ib801a190f9c14ee488bc77a43ac59c78c44773ab
13 lines
381 B
Text
13 lines
381 B
Text
# 464xlat daemon
|
|
type clatd, domain, coredomain;
|
|
type clatd_exec, system_file_type, exec_type, file_type;
|
|
|
|
net_domain(clatd)
|
|
|
|
# Access objects inherited from netd.
|
|
allow clatd netd:fd use;
|
|
allow clatd netd:packet_socket { read write };
|
|
allow clatd netd:rawip_socket { read write };
|
|
|
|
allow clatd self:netlink_route_socket nlmsg_write;
|
|
allow clatd tun_device:chr_file rw_file_perms;
|