[selinux-policy: 2697/3172] Fix deprecated interface usage that crept into lvm.if.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:59:50 UTC 2010


commit fe74f71385eae068caa2d08b9a1387be53dc2bb9
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon May 24 11:06:48 2010 -0400

    Fix deprecated interface usage that crept into lvm.if.

 policy/modules/system/lvm.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/system/lvm.if b/policy/modules/system/lvm.if
index a64ff3e..779cc29 100644
--- a/policy/modules/system/lvm.if
+++ b/policy/modules/system/lvm.if
@@ -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)
 ')
 


More information about the scm-commits mailing list