From 28401d2a1df3dcadff5b3d5249036e2aabf9b11d Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 15 May 2006 20:43:10 +0000 Subject: [PATCH] gentoo has passwd in /bin --- refpolicy/policy/modules/admin/usermanage.fc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/refpolicy/policy/modules/admin/usermanage.fc b/refpolicy/policy/modules/admin/usermanage.fc index 6a22f918..c4671440 100644 --- a/refpolicy/policy/modules/admin/usermanage.fc +++ b/refpolicy/policy/modules/admin/usermanage.fc @@ -1,3 +1,6 @@ +ifdef(`distro_gentoo',` +/bin/passwd -- gen_context(system_u:object_r:passwd_exec_t,s0) +') /usr/bin/chage -- gen_context(system_u:object_r:passwd_exec_t,s0) /usr/bin/chfn -- gen_context(system_u:object_r:chfn_exec_t,s0)