patch to add needed permissions to the authlogin module
This patch adds some needed permissions to the chkpwd_t domain in policy/modules/system/authlogin.te.
This commit is contained in:
parent
b529a29264
commit
baa87c9324
|
@ -83,11 +83,13 @@ logging_log_file(wtmp_t)
|
|||
|
||||
allow chkpwd_t self:capability { dac_override setuid };
|
||||
dontaudit chkpwd_t self:capability sys_tty_config;
|
||||
allow chkpwd_t self:process getattr;
|
||||
allow chkpwd_t self:process { getattr signal };
|
||||
|
||||
allow chkpwd_t shadow_t:file read_file_perms;
|
||||
files_list_etc(chkpwd_t)
|
||||
|
||||
kernel_read_crypto_sysctls(chkpwd_t)
|
||||
|
||||
# is_selinux_enabled
|
||||
kernel_read_system_state(chkpwd_t)
|
||||
|
||||
|
|
Loading…
Reference in New Issue