Skip to content
Snippets Groups Projects
Commit 4a8b1236 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move mdnsd policy to private"

parents 81d1fa3c d833f6ba
No related branches found
No related tags found
No related merge requests found
# type_transition must be private policy the domain_trans rules could stay
# public, but conceptually should go with this
# mdns daemon
typeattribute mdnsd mlstrustedsubject;
type mdnsd_exec, exec_type, file_type;
init_daemon_domain(mdnsd)
net_domain(mdnsd)
# Read from /proc/net
r_dir_file(mdnsd, proc_net)
# mdns daemon
type mdnsd, domain, mlstrustedsubject;
type mdnsd_exec, exec_type, file_type;
net_domain(mdnsd)
# Read from /proc/net
r_dir_file(mdnsd, proc_net)
type mdnsd, domain;
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