Fix deprecated interface usage that crept into lvm.if.

This commit is contained in:
Chris PeBenito 2010-05-24 11:06:48 -04:00
parent ff1cae1f5e
commit fe74f71385

View File

@ -34,7 +34,7 @@ interface(`lvm_exec',`
type lvm_exec_t;
')
corecmd_search_sbin($1)
corecmd_search_bin($1)
can_exec($1, lvm_exec_t)
')