Hide Forgot
Description of problem: avc appears on starting sssd from cmdline Version-Release number of selected component (if applicable): selinux-policy-3.12.1-99.el7 sssd-1.11.1-2.el7 How reproducible: Always Steps to Reproduce: 1. Run sssd from cmdline: sssd -d 9 -f -c /root/sssd.conf Actual results: sssd starts, but AVCs appear. type=SYSCALL msg=audit(1384262991.823:1464): arch=c000003e syscall=42 success=no exit=-13 a0=10 a1=7fff4bf79850 a2=6e a3=1 items=0 ppid=1 pid=546 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-logind" exe="/usr/lib/systemd/systemd-logind" subj=system_u:system_r:systemd_logind_t:s0 key=(null) type=AVC msg=audit(1384262991.823:1464): avc: denied { connectto } for pid=546 comm="systemd-logind" path="/var/lib/sss/pipes/nss" scontext=system_u:system_r:systemd_logind_t:s0 tcontext=unconfined_u:system_r:unconfined_t:s0-s0:c0.c1023 tclass=unix_stream_socket Expected results: No avcs Additional info:
I'll let Miroslav do the canonical answer, but I think that's kind of expected as processes not started by the init system do not transition from the unconfined domain..
(In reply to Jakub Hrozek from comment #1) > I'll let Miroslav do the canonical answer, but I think that's kind of > expected as processes not started by the init system do not transition from > the unconfined domain.. Yes.