Bug 692480 - SELinux is preventing /usr/sbin/console-kit-daemon from 'remove_name' accesses on the directory database~.
Summary: SELinux is preventing /usr/sbin/console-kit-daemon from 'remove_name' accesse...
Keywords:
Status: CLOSED CURRENTRELEASE
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:cf07056253c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-31 12:35 UTC by Jóhann B. Guðmundsson
Modified: 2011-04-17 09:07 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-17 09:07:23 UTC
Type: ---


Attachments (Terms of Use)

Description Jóhann B. Guðmundsson 2011-03-31 12:35:40 UTC
SELinux is preventing /usr/sbin/console-kit-daemon from 'remove_name' accesses on the directory database~.

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

If you believe that console-kit-daemon should be allowed remove_name access on the database~ 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 console-kit-dae /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:consolekit_t:s0
Target Context                system_u:object_r:tmpfs_t:s0
Target Objects                database~ [ dir ]
Source                        console-kit-dae
Source Path                   /usr/sbin/console-kit-daemon
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           ConsoleKit-0.4.4-1.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 valhalla.rhi.hi.is 2.6.38.2-9.fc15.x86_64 #1
                              SMP Wed Mar 30 16:55:57 UTC 2011 x86_64 x86_64
Alert Count                   2
First Seen                    Thu 31 Mar 2011 10:01:53 AM GMT
Last Seen                     Thu 31 Mar 2011 10:02:41 AM GMT
Local ID                      78e4fcd7-50a9-4a68-b95f-82c2f6696354

Raw Audit Messages
type=AVC msg=audit(1301565761.923:158): avc:  denied  { remove_name } for  pid=1201 comm="console-kit-dae" name="database~" dev=tmpfs ino=20780 scontext=system_u:system_r:consolekit_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=dir


type=AVC msg=audit(1301565761.923:158): avc:  denied  { rename } for  pid=1201 comm="console-kit-dae" name="database~" dev=tmpfs ino=20780 scontext=system_u:system_r:consolekit_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file


type=AVC msg=audit(1301565761.923:158): avc:  denied  { unlink } for  pid=1201 comm="console-kit-dae" name="database" dev=tmpfs ino=17867 scontext=system_u:system_r:consolekit_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file


type=SYSCALL msg=audit(1301565761.923:158): arch=x86_64 syscall=rename success=yes exit=0 a0=4186df a1=418767 a2=0 a3=0 items=0 ppid=1 pid=1201 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=console-kit-dae exe=/usr/sbin/console-kit-daemon subj=system_u:system_r:consolekit_t:s0 key=(null)

Hash: console-kit-dae,consolekit_t,tmpfs_t,dir,remove_name

audit2allow

#============= consolekit_t ==============
allow consolekit_t tmpfs_t:dir remove_name;
allow consolekit_t tmpfs_t:file { rename unlink };

audit2allow -R

#============= consolekit_t ==============
allow consolekit_t tmpfs_t:dir remove_name;
allow consolekit_t tmpfs_t:file { rename unlink };


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