libreport version: 2.0.8 executable: /usr/bin/python hashmarkername: setroubleshoot kernel: 3.2.2-1.fc16.x86_64 reason: SELinux is preventing /lib/systemd/systemd-logind from 'sys_tty_config' accesses on the None . time: mar 31 gen 2012 01:34:19 CET description: :SELinux is preventing /lib/systemd/systemd-logind from 'sys_tty_config' accesses on the None . : :***** Plugin catchall (100. confidence) suggests *************************** : :If you believe that systemd-logind should be allowed sys_tty_config access on the <Sconosciuto> 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-logind /var/log/audit/audit.log | audit2allow -M mypol :# semodule -i mypol.pp : :Additional Information: :Source Context system_u:system_r:systemd_logind_t:s0 :Target Context system_u:system_r:systemd_logind_t:s0 :Target Objects [ None ] :Source systemd-logind :Source Path /lib/systemd/systemd-logind :Port <Sconosciuto> :Host (removed) :Source RPM Packages systemd-37-12.fc16.x86_64 :Target RPM Packages :Policy RPM selinux-policy-3.10.0-74.fc16.noarch :Selinux Enabled True :Policy Type targeted :Enforcing Mode Permissive :Host Name (removed) :Platform Linux (removed) 3.2.2-1.fc16.x86_64 #1 SMP Thu : Jan 26 03:21:58 UTC 2012 x86_64 x86_64 :Alert Count 11 :First Seen lun 30 gen 2012 12:08:14 CET :Last Seen lun 30 gen 2012 22:48:52 CET :Local ID 8934db50-9555-448a-9028-3f4d106a3744 : :Raw Audit Messages :type=AVC msg=audit(1327960132.282:130): avc: denied { sys_tty_config } for pid=946 comm="systemd-logind" capability=26 scontext=system_u:system_r:systemd_logind_t:s0 tcontext=system_u:system_r:systemd_logind_t:s0 tclass=capabilitynode=(removed) type=SYSCALL msg=audit(1327960132.282:130): arch=c000003e syscall=16 success=yes exit=0 a0=b a1=5401 a2=7fffb28a3a58 a3=0 items=0 ppid=1 pid=946 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="/lib/systemd/systemd-logind" subj=system_u:system_r:systemd_logind_t:s0 key=(null) : : :Hash: systemd-logind,systemd_logind_t,systemd_logind_t,None,sys_tty_config : :audit2allow : : :audit2allow -R : :
systemd guys, does systemd-logind actually need to configure a tty? /* Allow configuration of tty devices */ /* Allow vhangup() of tty */ #define CAP_SYS_TTY_CONFIG 26
To implement "systemd-loginctl activate ..." systemd-logind wants to be able to switch VTs (VT_ACTIVATE ioctl) without being their owner. The CAP_SYS_TTY_CONFIG capability allows it to do that.
Fixed in selinux-policy-3.10.0-75.fc16
selinux-policy-3.10.0-75.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/selinux-policy-3.10.0-75.fc16
Package selinux-policy-3.10.0-75.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing selinux-policy-3.10.0-75.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-1133/selinux-policy-3.10.0-75.fc16 then log in and leave karma (feedback).
selinux-policy-3.10.0-75.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.