Skip to content
Snippets Groups Projects
Commit b4ae49fa authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am 47020462: Allow dhcpd to interact with ttys.

* commit '47020462':
  Allow dhcpd to interact with ttys.
parents 85a6a45d 47020462
No related branches found
No related tags found
No related merge requests found
...@@ -29,3 +29,5 @@ allow dhcp netd:{ dgram_socket_class_set unix_stream_socket } { read write }; ...@@ -29,3 +29,5 @@ allow dhcp netd:{ dgram_socket_class_set unix_stream_socket } { read write };
allow dhcp netd:{ netlink_kobject_uevent_socket netlink_route_socket netlink_nflog_socket } { read write }; allow dhcp netd:{ netlink_kobject_uevent_socket netlink_route_socket netlink_nflog_socket } { read write };
# netdev-bt-pan driver loading # netdev-bt-pan driver loading
allow dhcp kernel:system module_request; allow dhcp kernel:system module_request;
allow dhcp tty_device:chr_file { rw_file_perms };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment