Displaying 2 results from an estimated 2 matches for "sshd_exec_t".
Did you mean:
ssh_exec_t
2005 Dec 15
1
RE: ssh in rc.local stalls xenU [SOLVED]
...hich
allows networking). But it only puts ssh into sshd_t when started by root;
there was no transition specified in my policy that ssh should go into
sshd_t when started by initrc_t. A couple of lines in my
domains/program/ssh.te fixed it:
role initrc_t types sshd_t;
domain_auto_trans(initrc_t, sshd_exec_t, sshd_t)
So, the network was in fact up but I was shooting myself in the foot. This
is definitely not a Xen-related issue. Thanks for your responses; I
appreciate the help.
- Steve
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://list...
2018 Mar 07
0
An selinux issue
.../etc/ssh/moduli [ file ]
Source sshd
Source Path /usr/sbin/sshd
---------
Except:
ls -laFZ /etc/ssh/moduli
-rw-r--r--. root root system:object_r:etc_t:s0 /etc/ssh/moduli
ls -laFZ /usr/sbin/sshd
-rwxr-xr-x. root root system_u:object_r:sshd_exec_t:s0 /usr/sbin/sshd*
And I even restarted sshd. So, what's selinux seeing that I'm not?
mark