Skip to content
Snippets Groups Projects
Commit 4fc25052 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow ppp to inherit/use mtp unix datagram socket."

parents efc72991 b3007650
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ domain_auto_trans(mtp, ppp_exec, ppp) ...@@ -8,6 +8,7 @@ domain_auto_trans(mtp, ppp_exec, ppp)
net_domain(ppp) net_domain(ppp)
allow ppp mtp:socket rw_socket_perms; allow ppp mtp:socket rw_socket_perms;
allow ppp mtp:unix_dgram_socket rw_socket_perms;
allow ppp ppp_device:chr_file rw_file_perms; allow ppp ppp_device:chr_file rw_file_perms;
allow ppp self:capability net_admin; allow ppp self:capability net_admin;
allow ppp system_file:file rx_file_perms; allow ppp system_file:file rx_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment