initial commit

This commit is contained in:
Chris PeBenito 2005-04-25 20:13:45 +00:00
parent 219bcf7a8f
commit 549180e874
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,14 @@
########################################
#
# sysnetwork_read_network_config(domain,[`optional'])
#
define(`sysnetwork_read_network_config',`
requires_block_template(sysnetwork_read_network_config_depend,$2)
# FIXME: allow $1 etc_t:dir search;
allow $1 net_conf_t:file { getattr read };
')
define(`sysnetwork_read_network_config_depend',`
type net_conf_t;
class file { getattr read };
')

View File

@ -0,0 +1,2 @@
type net_conf_t alias resolv_conf_t;
files_make_file(net_conf_t)