usermanage: add file context for chpasswd in /usr/bin
chpasswd is installed to /usr/bin in Gentoo. Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
f8dabbe48c
commit
4257f875d8
|
@ -4,6 +4,7 @@ ifdef(`distro_debian',`
|
|||
|
||||
/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)
|
||||
/usr/bin/chpasswd -- gen_context(system_u:object_r:passwd_exec_t,s0)
|
||||
/usr/bin/chsh -- gen_context(system_u:object_r:chfn_exec_t,s0)
|
||||
/usr/bin/crack_[a-z]* -- gen_context(system_u:object_r:crack_exec_t,s0)
|
||||
/usr/bin/cracklib-[a-z]* -- gen_context(system_u:object_r:crack_exec_t,s0)
|
||||
|
|
Loading…
Reference in New Issue