Bug 684068 - SELinux is preventing /bin/systemctl from 'search' accesses on the directory 1.
Summary: SELinux is preventing /bin/systemctl from 'search' accesses on the directory 1.
Keywords:
Status: CLOSED DUPLICATE of bug 684069
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 15
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:ec11102db53...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-11 01:56 UTC by Horst H. von Brand
Modified: 2011-05-14 03:47 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-11 11:20:29 UTC
Type: ---


Attachments (Terms of Use)

Description Horst H. von Brand 2011-03-11 01:56:48 UTC
SELinux is preventing /bin/systemctl from 'search' accesses on the directory 1.

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

If you believe that systemctl should be allowed search access on the 1 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:system_r:init_t:s0
Target Objects                1 [ dir ]
Source                        systemctl
Source Path                   /bin/systemctl
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           systemd-units-20-1.fc15
Target RPM Packages           
Policy RPM                    selinux-policy-3.9.16-1.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.38-0.rc8.git0.1.fc15.x86_64 #1 SMP Tue Mar 8
                              08:22:15 UTC 2011 x86_64 x86_64
Alert Count                   7
First Seen                    Wed 02 Feb 2011 10:10:45 AM CLST
Last Seen                     Thu 10 Mar 2011 08:15:01 PM CLST
Local ID                      22bf96cf-26c1-4403-955d-4b53f8cfb61f

Raw Audit Messages
type=AVC msg=audit(1299798901.514:211): avc:  denied  { search } for  pid=3164 comm="systemctl" name="1" dev=proc ino=7442 scontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 tcontext=system_u:system_r:init_t:s0 tclass=dir


type=SYSCALL msg=audit(1299798901.514:211): arch=x86_64 syscall=stat success=no exit=EACCES a0=41e9a8 a1=7fff6ac71760 a2=7fff6ac71760 a3=656369767265732e items=0 ppid=3135 pid=3164 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_t,dir,search

audit2allow

#============= gnomeclock_t ==============
allow gnomeclock_t init_t:dir search;

audit2allow -R

#============= gnomeclock_t ==============
allow gnomeclock_t init_t:dir search;

Comment 1 Miroslav Grepl 2011-03-11 11:20:29 UTC

*** This bug has been marked as a duplicate of bug 684069 ***


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