Fix typo in portage_dontaudit_use_fds.
This commit is contained in:
parent
4a586153a1
commit
acf3f0e64d
|
@ -272,7 +272,7 @@ interface(`portage_dontaudit_use_fds',`
|
|||
type portage_t;
|
||||
')
|
||||
|
||||
dontaudit $1 portage_t:fds use;
|
||||
dontaudit $1 portage_t:fd use;
|
||||
')
|
||||
|
||||
########################################
|
||||
|
|
Loading…
Reference in New Issue