Displaying 3 results from an estimated 3 matches for "unix_dgram_socket".
2010 Sep 26
1
Bugzilla 3.6.2 + sendmail + SELinux
...file a bug report (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi)
against this package.
Additional Information:
Source Context system_u:system_r:httpd_bugzilla_script_t
Target Context system_u:system_r:httpd_bugzilla_script_t
Target Objects None [ unix_dgram_socket ]
Source sendmail
Source Path /usr/sbin/sendmail.sendmail
Port <Unknown>
Host <Unknown>
Source RPM Packages sendmail-8.13.8-8.el5
Target RPM Packages
Policy RPM selinu...
2016 Aug 01
0
NT domain login no longer works after distro upgrade (samba 4.2.12 -> 4.3.11, 4.4.5)
...dd" subj=system_u:system_r:winbind_t:s0 key=(null)
type=AVC msg=audit(1469195106.880:3563): avc: denied { sendto } for
pid=1139 comm="winbindd" path="/var/lib/samba/private/msg.sock/1207"
scontext=system_u:system_r:winbind_t:s0
tcontext=system_u:system_r:nmbd_t:s0 tclass=unix_dgram_socket permissive=0
==========
Looking for some hints about direction to pursue debugging the problem.
MV
2012 Nov 26
0
Installation and Setup of Samba4 AD DC on CentOS6
...---
module samba4local 1.0;
require {
type initrc_t;
type named_t;
type named_var_run_t;
type ntpd_t;
type ntpd_var_run_t;
type smbd_t;
type samba_unconfined_script_exec_t;
type urandom_device_t;
type var_lock_t;
class unix_stream_socket connectto;
class unix_dgram_socket sendto;
class sock_file write;
class chr_file write;
class file { read write getattr open lock };
class dir { read search };
}
#============= named_t ==============
allow named_t urandom_device_t:chr_file write;
#============= ntpd_t ==============
allow ntpd_t initrc_t:unix_strea...