rpm: redundant.
Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
29b1bff0e1
commit
d60649d9a1
|
@ -15,7 +15,6 @@ interface(`rpm_domtrans',`
|
|||
type rpm_t, rpm_exec_t;
|
||||
')
|
||||
|
||||
files_search_usr($1)
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, rpm_exec_t, rpm_t)
|
||||
')
|
||||
|
@ -36,7 +35,6 @@ interface(`rpm_debuginfo_domtrans',`
|
|||
type debuginfo_exec_t;
|
||||
')
|
||||
|
||||
files_search_usr($1)
|
||||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, debuginfo_exec_t, rpm_t)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue