Merge "selinux - allow dnsmasq to getattr on fifos" am: 21417a7965

am: 117661666a

Change-Id: I02d494d4149ab4eeef9b7cee24b91b83adb13bde
This commit is contained in:
Maciej Żenczykowski 2019-05-02 11:03:21 -07:00 committed by android-build-merger
commit 88497c1622

View file

@ -15,7 +15,7 @@ allow dnsmasq dhcp_data_file:file create_file_perms;
# Inherit and use open files from netd.
allow dnsmasq netd:fd use;
allow dnsmasq netd:fifo_file { read write };
allow dnsmasq netd:fifo_file { getattr read write };
# TODO: Investigate whether these inherited sockets should be closed on exec.
allow dnsmasq netd:netlink_kobject_uevent_socket { read write };
allow dnsmasq netd:netlink_nflog_socket { read write };