Add selinux to allow map for pamdatabase from unix_chkpwd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9f4175b53b
commit
c9817d2b47
3 changed files with 28 additions and 0 deletions
BIN
roles/base/files/selinux/mapchkpwd.pp
Normal file
BIN
roles/base/files/selinux/mapchkpwd.pp
Normal file
Binary file not shown.
11
roles/base/files/selinux/mapchkpwd.te
Normal file
11
roles/base/files/selinux/mapchkpwd.te
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
module mapchkpwd 1.0;
|
||||
|
||||
require {
|
||||
type chkpwd_t;
|
||||
type shadow_t;
|
||||
class file map;
|
||||
}
|
||||
|
||||
#============= chkpwd_t ==============
|
||||
allow chkpwd_t shadow_t:file map;
|
Loading…
Add table
Add a link
Reference in a new issue