Bug 704692 - SELinux is preventing /bin/systemctl from 'read' accesses on the directory system.
Summary: SELinux is preventing /bin/systemctl from 'read' accesses on the directory sy...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: i386
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:89bb7be2599...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-14 03:47 UTC by shankatsuxero
Modified: 2011-05-16 08:01 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-05-16 08:01:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description shankatsuxero 2011-05-14 03:47:44 UTC
SELinux is preventing /bin/systemctl from 'read' accesses on the directory system.

*****  Plugin catchall (100. confidence) suggests  ***************************

If you believe that systemctl should be allowed read access on the system directory 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 systemctl /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:gnomeclock_t:s0-s0:c0.c1023
Target Context                system_u:object_r:init_var_run_t:s0
Target Objects                system [ dir ]
Source                        systemctl
Source Path                   /bin/systemctl
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           systemd-units-24-1.fc15
Target RPM Packages           
Policy RPM                    selinux-policy-3.9.16-13.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 2.6.38.2-9.fc15.i686 #1 SMP Wed Mar
                              30 16:54:01 UTC 2011 i686 i686
Alert Count                   4
First Seen                    Fri 13 May 2011 10:39:29 PM CDT
Last Seen                     Fri 13 May 2011 10:39:31 PM CDT
Local ID                      11fa22b8-7588-4f12-9a2e-7688ca522fbc

Raw Audit Messages
type=AVC msg=audit(1305344371.885:100): avc:  denied  { read } for  pid=17615 comm="systemctl" name="system" dev=tmpfs ino=2135412 scontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 tcontext=system_u:object_r:init_var_run_t:s0 tclass=dir


type=SYSCALL msg=audit(1305344371.885:100): arch=i386 syscall=open success=no exit=EACCES a0=8c28178 a1=98800 a2=806e268 a3=8c27138 items=0 ppid=17613 pid=17615 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=systemctl exe=/bin/systemctl subj=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 key=(null)

Hash: systemctl,gnomeclock_t,init_var_run_t,dir,read

audit2allow

#============= gnomeclock_t ==============
allow gnomeclock_t init_var_run_t:dir read;

audit2allow -R

#============= gnomeclock_t ==============
allow gnomeclock_t init_var_run_t:dir read;

Comment 1 Miroslav Grepl 2011-05-16 08:01:19 UTC
Please update your system

# yum update


Note You need to log in before you can comment on or make changes to this bug.