trunk: remove stale user_net_control reference in usernetctl.if.

This commit is contained in:
Chris PeBenito 2007-10-08 13:38:25 +00:00
parent 6c53a10e28
commit 81d4c88f8c
2 changed files with 2 additions and 6 deletions

View File

@ -15,11 +15,7 @@ interface(`usernetctl_domtrans',`
type usernetctl_t, usernetctl_exec_t;
')
tunable_policy(`user_net_control',`
domtrans_pattern($1,usernetctl_exec_t,usernetctl_t)
',`
can_exec($1,usernetctl_exec_t)
')
domtrans_pattern($1,usernetctl_exec_t,usernetctl_t)
')
########################################

View File

@ -1,5 +1,5 @@
policy_module(usernetctl,1.2.0)
policy_module(usernetctl,1.2.1)
########################################
#