Hide Forgot
SELinux is preventing /bin/systemd-tty-ask-password-agent from 'read' accesses on the fifo_file 136:0. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that systemd-tty-ask-password-agent should be allowed read access on the 136:0 fifo_file by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # grep systemd-tty-ask /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context unconfined_u:system_r:systemd_passwd_agent_t:s0 Target Context unconfined_u:object_r:tmpfs_t:s0 Target Objects 136:0 [ fifo_file ] Source systemd-tty-ask Source Path /bin/systemd-tty-ask-password-agent Port <Unknown> Host (removed) Source RPM Packages systemd-21-2.fc15 Target RPM Packages Policy RPM selinux-policy-3.9.16-6.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Host Name (removed) Platform Linux (removed) 2.6.38.2-9.fc15.x86_64 #1 SMP Wed Mar 30 16:55:57 UTC 2011 x86_64 x86_64 Alert Count 3 First Seen Thu 31 Mar 2011 11:54:53 AM GMT Last Seen Thu 31 Mar 2011 11:58:39 AM GMT Local ID b830128b-af12-4c27-bf0c-7dcca2c8ae74 Raw Audit Messages type=AVC msg=audit(1301572719.658:273): avc: denied { read } for pid=29618 comm="systemd-tty-ask" name="136:0" dev=tmpfs ino=1044396 scontext=unconfined_u:system_r:systemd_passwd_agent_t:s0 tcontext=unconfined_u:object_r:tmpfs_t:s0 tclass=fifo_file type=AVC msg=audit(1301572719.658:273): avc: denied { open } for pid=29618 comm="systemd-tty-ask" name="136:0" dev=tmpfs ino=1044396 scontext=unconfined_u:system_r:systemd_passwd_agent_t:s0 tcontext=unconfined_u:object_r:tmpfs_t:s0 tclass=fifo_file type=SYSCALL msg=audit(1301572719.658:273): arch=x86_64 syscall=open success=yes exit=ESRCH a0=1f6d0a0 a1=80900 a2=fffffffffffffed0 a3=ffffffff items=0 ppid=29617 pid=29618 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=1 comm=systemd-tty-ask exe=/bin/systemd-tty-ask-password-agent subj=unconfined_u:system_r:systemd_passwd_agent_t:s0 key=(null) Hash: systemd-tty-ask,systemd_passwd_agent_t,tmpfs_t,fifo_file,read audit2allow #============= systemd_passwd_agent_t ============== allow systemd_passwd_agent_t tmpfs_t:fifo_file { read open }; audit2allow -R #============= systemd_passwd_agent_t ============== allow systemd_passwd_agent_t tmpfs_t:fifo_file { read open };
*** This bug has been marked as a duplicate of bug 692459 ***