Displaying 3 results from an estimated 3 matches for "chkpwd_exec_t".
2010 Mar 19
0
How to disable selinux protection interfering with pppd? I tried audit2allow, but policy does not load. Is there an seboolean?
...ux disabled on this system originally, but I recently
enabled it, and selinux
is blocking this pppd service.
"audit2allow -M" has generated the following policy based on AVC
denial messages:
module fixdialinserver 1.0;
require {
type pppd_t;
type shadow_t;
type chkpwd_exec_t;
class file { read execute };
class netlink_audit_socket create;
}
#============= pppd_t ==============
allow pppd_t chkpwd_exec_t:file execute;
allow pppd_t self:netlink_audit_socket create;
allow pppd_t shadow_t:file read;
However, I am unable to load this module due to conflic...
2010 May 05
0
pppd does not work if SELinux is turned on.
...enabled it, and selinux
> is blocking this pppd service.
>
> "audit2allow -M" has generated the following policy based on AVC
> denial messages:
>
>
> module fixdialinserver 1.0;
>
> require {
> ? ? ? ?type pppd_t;
> ? ? ? ?type shadow_t;
> ? ? ? ?type chkpwd_exec_t;
> ? ? ? ?class file { read execute };
> ? ? ? ?class netlink_audit_socket create;
> }
>
> #============= pppd_t ==============
> allow pppd_t chkpwd_exec_t:file execute;
> allow pppd_t self:netlink_audit_socket create;
> allow pppd_t shadow_t:file read;
>
>
> Howev...
2020 Nov 10
0
Error from unix_chkpwd
...There are no SELinux errors, and the permissions of relevant files are:
ls -Z /etc/shadow /etc/passwd /usr/sbin/unix_chkpwd
-rw-r--r--. root root system_u:object_r:passwd_file_t:s0 /etc/passwd
----------. root root system_u:object_r:shadow_t:s0 /etc/shadow
-rwsr-xr-x. root root system_u:object_r:chkpwd_exec_t:s0
/usr/sbin/unix_chkpwd
Any idea?
Thanks in advance!
--
--
Sergio Belkin
LPIC-2 Certified - http://www.lpi.org