1900668638
The latest revision of the labeled policy patches which enable both labeled and unlabeled policy support for NetLabel. This revision takes into account Chris' feedback from the first version and reduces the number of interface calls in each domain down to two at present: one for unlabeled access, one for NetLabel access. The older, transport layer specific interfaces, are still present for use by third-party modules but are not used in the default policy modules. trunk: Use netmsg initial SID for MLS-only Netlabel packets, from Paul Moore. This patch changes the policy to use the netmsg initial SID as the "base" SID/context for NetLabel packets which only have MLS security attributes. Currently we use the unlabeled initial SID which makes it very difficult to distinquish between actual unlabeled packets and those packets which have MLS security attributes.
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
|
|
policy_module(djbdns,1.1.1)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type djbdns_axfrdns_t;
|
|
type djbdns_axfrdns_exec_t;
|
|
type djbdns_axfrdns_conf_t;
|
|
domain_type(djbdns_axfrdns_t)
|
|
domain_entry_file(djbdns_axfrdns_t,djbdns_axfrdns_exec_t)
|
|
role system_r types djbdns_axfrdns_t;
|
|
files_config_file(djbdns_axfrdns_conf_t)
|
|
|
|
djbdns_daemontools_domain_template(dnscache)
|
|
|
|
djbdns_daemontools_domain_template(tinydns)
|
|
|
|
########################################
|
|
#
|
|
# Local policy for axfrdns component
|
|
#
|
|
|
|
files_config_file(djbdns_axfrdns_conf_t)
|
|
|
|
daemontools_ipc_domain(djbdns_axfrdns_t)
|
|
daemontools_read_svc(djbdns_axfrdns_t)
|
|
|
|
allow djbdns_axfrdns_t self:capability { setuid setgid sys_chroot };
|
|
|
|
allow djbdns_axfrdns_t djbdns_axfrdns_conf_t:dir list_dir_perms;
|
|
allow djbdns_axfrdns_t djbdns_axfrdns_conf_t:file read_file_perms;
|
|
|
|
allow djbdns_axfrdns_t djbdns_tinydns_t:dir list_dir_perms;
|
|
allow djbdns_axfrdns_t djbdns_tinydns_t:file read_file_perms;
|
|
|
|
allow djbdns_axfrdns_t djbdns_tinydns_conf_t:dir list_dir_perms;
|
|
allow djbdns_axfrdns_t djbdns_tinydns_conf_t:file read_file_perms;
|
|
|
|
files_search_var(djbdns_axfrdns_t)
|
|
|
|
libs_use_ld_so(djbdns_axfrdns_t)
|
|
libs_use_shared_libs(djbdns_axfrdns_t)
|
|
|
|
ucspitcp_service_domain(djbdns_axfrdns_t, djbdns_axfrdns_exec_t)
|