Merge "selinux - allow dnsmasq to getattr on fifos" am: 21417a7965
am: 117661666a
Change-Id: I02d494d4149ab4eeef9b7cee24b91b83adb13bde
This commit is contained in:
commit
88497c1622
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue