| Summary: | SELinux is preventing /bin/systemd-notify from 'write' accesses on the directory readahead. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jóhann B. Guðmundsson <johannbg> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:077d8f470aacc2e58619287a9ea97418e199c8ec2fa6ae3ae15f4dedc4d31474 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-31 12:46:28 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
*** This bug has been marked as a duplicate of bug 692459 *** |
SELinux is preventing /bin/systemd-notify from 'write' accesses on the directory readahead. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that systemd-notify should be allowed write access on the readahead 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 systemd-notify /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:systemd_notify_t:s0 Target Context system_u:object_r:tmpfs_t:s0 Target Objects readahead [ dir ] Source systemd-notify Source Path /bin/systemd-notify 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 1 First Seen Thu 31 Mar 2011 10:02:01 AM GMT Last Seen Thu 31 Mar 2011 10:02:01 AM GMT Local ID 3c1cb451-1ca6-466f-9934-71068715e921 Raw Audit Messages type=AVC msg=audit(1301565721.280:140): avc: denied { write } for pid=1406 comm="systemd-notify" name="readahead" dev=tmpfs ino=9454 scontext=system_u:system_r:systemd_notify_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=dir type=AVC msg=audit(1301565721.280:140): avc: denied { add_name } for pid=1406 comm="systemd-notify" name="done" scontext=system_u:system_r:systemd_notify_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=dir type=AVC msg=audit(1301565721.280:140): avc: denied { create } for pid=1406 comm="systemd-notify" name="done" scontext=system_u:system_r:systemd_notify_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file type=AVC msg=audit(1301565721.280:140): avc: denied { write open } for pid=1406 comm="systemd-notify" name="done" dev=tmpfs ino=20037 scontext=system_u:system_r:systemd_notify_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file type=SYSCALL msg=audit(1301565721.280:140): arch=x86_64 syscall=open success=yes exit=ESRCH a0=405082 a1=80141 a2=1b6 a3=7fff690663b0 items=0 ppid=1 pid=1406 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=systemd-notify exe=/bin/systemd-notify subj=system_u:system_r:systemd_notify_t:s0 key=(null) Hash: systemd-notify,systemd_notify_t,tmpfs_t,dir,write audit2allow #============= systemd_notify_t ============== #!!!! The source type 'systemd_notify_t' can write to a 'dir' of the following types: # readahead_var_run_t, device_t allow systemd_notify_t tmpfs_t:dir { write add_name }; #!!!! The source type 'systemd_notify_t' can write to a 'file' of the following type: # readahead_var_run_t allow systemd_notify_t tmpfs_t:file { write create open }; audit2allow -R #============= systemd_notify_t ============== #!!!! The source type 'systemd_notify_t' can write to a 'dir' of the following types: # readahead_var_run_t, device_t allow systemd_notify_t tmpfs_t:dir { write add_name }; #!!!! The source type 'systemd_notify_t' can write to a 'file' of the following type: # readahead_var_run_t allow systemd_notify_t tmpfs_t:file { write create open };