2006-01-17 23:01:14 +00:00
|
|
|
## <summary>User network interface configuration helper</summary>
|
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Execute usernetctl in the usernetctl domain.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2006-01-17 23:01:14 +00:00
|
|
|
## Domain allowed access.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2006-01-17 23:01:14 +00:00
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`usernetctl_domtrans',`
|
|
|
|
gen_require(`
|
|
|
|
type usernetctl_t, usernetctl_exec_t;
|
|
|
|
')
|
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
domtrans_pattern($1, usernetctl_exec_t, usernetctl_t)
|
2006-01-17 23:01:14 +00:00
|
|
|
')
|
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Execute usernetctl in the usernetctl domain, and
|
|
|
|
## allow the specified role the usernetctl domain.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2006-01-17 23:01:14 +00:00
|
|
|
## Domain allowed access.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2006-01-17 23:01:14 +00:00
|
|
|
## </param>
|
|
|
|
## <param name="role">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2006-01-17 23:01:14 +00:00
|
|
|
## The role to be allowed the usernetctl domain.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2006-01-17 23:01:14 +00:00
|
|
|
## </param>
|
2006-09-06 22:07:25 +00:00
|
|
|
## <rolecap/>
|
2006-01-17 23:01:14 +00:00
|
|
|
#
|
|
|
|
interface(`usernetctl_run',`
|
|
|
|
gen_require(`
|
|
|
|
type usernetctl_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
usernetctl_domtrans($1)
|
|
|
|
role $2 types usernetctl_t;
|
|
|
|
|
2008-11-05 16:10:46 +00:00
|
|
|
sysnet_run_ifconfig(usernetctl_t, $2)
|
|
|
|
sysnet_run_dhcpc(usernetctl_t, $2)
|
2006-01-17 23:01:14 +00:00
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2008-11-05 16:10:46 +00:00
|
|
|
consoletype_run(usernetctl_t, $2)
|
2006-01-17 23:01:14 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2008-11-05 16:10:46 +00:00
|
|
|
iptables_run(usernetctl_t, $2)
|
2006-01-17 23:01:14 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2008-11-05 16:10:46 +00:00
|
|
|
modutils_run_insmod(usernetctl_t, $2)
|
2006-01-17 23:01:14 +00:00
|
|
|
')
|
2008-08-07 14:17:50 +00:00
|
|
|
|
|
|
|
optional_policy(`
|
2008-11-05 16:10:46 +00:00
|
|
|
ppp_run(usernetctl_t, $2)
|
2008-08-07 14:17:50 +00:00
|
|
|
')
|
2006-01-17 23:01:14 +00:00
|
|
|
')
|