commit | 47020462ad3d0d4cbfc388879b97c1c0030f62db | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Wed Apr 03 15:12:03 2013 -0700 |
committer | repo sync <gcondra@google.com> | Fri Apr 05 13:12:53 2013 -0700 |
tree | ffbc1c22022a820b60c76f88c6163bdec1eaba8e | |
parent | 7bb2a55c4732126b7e99718cd66d5e2305e34683 [diff] |
Allow dhcpd to interact with ttys. Bug: 8539042 Change-Id: I27bcc4a485b031d54e17b03164642821d546e62f
diff --git a/dhcp.te b/dhcp.te index 10ab788..b806a89 100644 --- a/dhcp.te +++ b/dhcp.te
@@ -29,3 +29,5 @@ allow dhcp netd:{ netlink_kobject_uevent_socket netlink_route_socket netlink_nflog_socket } { read write }; # netdev-bt-pan driver loading allow dhcp kernel:system module_request; + +allow dhcp tty_device:chr_file { rw_file_perms };