Fix typo in portage_dontaudit_use_fds.

This commit is contained in:
Chris PeBenito 2011-08-25 07:56:01 -04:00
parent 4a586153a1
commit acf3f0e64d
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ interface(`portage_dontaudit_use_fds',`
type portage_t;
')
dontaudit $1 portage_t:fds use;
dontaudit $1 portage_t:fd use;
')
########################################