usermanage: redundant.
Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
ae8f23fd6f
commit
bab33c7b83
|
@ -15,7 +15,6 @@ interface(`usermanage_domtrans_chfn',`
|
|||
type chfn_t, chfn_exec_t;
|
||||
')
|
||||
|
||||
files_search_usr($1)
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, chfn_exec_t, chfn_t)
|
||||
|
||||
|
@ -64,7 +63,6 @@ interface(`usermanage_domtrans_groupadd',`
|
|||
type groupadd_t, groupadd_exec_t;
|
||||
')
|
||||
|
||||
files_search_usr($1)
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, groupadd_exec_t, groupadd_t)
|
||||
|
||||
|
@ -118,7 +116,6 @@ interface(`usermanage_domtrans_passwd',`
|
|||
type passwd_t, passwd_exec_t;
|
||||
')
|
||||
|
||||
files_search_usr($1)
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, passwd_exec_t, passwd_t)
|
||||
|
||||
|
@ -187,7 +184,6 @@ interface(`usermanage_domtrans_admin_passwd',`
|
|||
type sysadm_passwd_t, admin_passwd_exec_t;
|
||||
')
|
||||
|
||||
files_search_usr($1)
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, admin_passwd_exec_t, sysadm_passwd_t)
|
||||
')
|
||||
|
@ -256,7 +252,6 @@ interface(`usermanage_domtrans_useradd',`
|
|||
type useradd_t, useradd_exec_t;
|
||||
')
|
||||
|
||||
files_search_usr($1)
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, useradd_exec_t, useradd_t)
|
||||
|
||||
|
|
Loading…
Reference in New Issue