Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELinux is preventing systemd-tmpfile from using the dac_read_search capability.
- ***** Plugin dac_override (91.4 confidence) suggests **********************
- If you want to help identify if domain needs this access or you have a file with the wrong permissions on your system
- Then turn on full auditing to get path information about the offending file and generate the error again.
- Do
- Turn on full auditing
- # auditctl -w /etc/shadow -p w
- Try to recreate AVC. Then execute
- # ausearch -m avc -ts recent
- If you see PATH record check ownership/permissions on file, and fix it,
- otherwise report as a bugzilla.
- ***** Plugin catchall (9.59 confidence) suggests **************************
- If you believe that systemd-tmpfile should have the dac_read_search capability 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:
- # ausearch -c 'systemd-tmpfile' --raw | audit2allow -M my-systemdtmpfile
- # semodule -X 300 -i my-systemdtmpfile.pp
- Additional Information:
- Source Context system_u:system_r:systemd_tmpfiles_t:s0
- Target Context system_u:system_r:systemd_tmpfiles_t:s0
- Target Objects Unknown [ capability ]
- Source systemd-tmpfile
- Source Path systemd-tmpfile
- Port <Unknown>
- Host localhost.localdomain
- Source RPM Packages
- Target RPM Packages
- Policy RPM selinux-policy-3.13.1-260.3.fc26.noarch
- Selinux Enabled True
- Policy Type targeted
- Enforcing Mode Enforcing
- Host Name localhost.localdomain
- Platform Linux localhost.localdomain 4.12.5-300.fc26.x86_64
- #1 SMP Mon Aug 7 15:27:25 UTC 2017 x86_64 x86_64
- Alert Count 240
- First Seen 2017-08-15 18:19:26 +0430
- Last Seen 2017-08-15 18:19:26 +0430
- Local ID 7741404c-0cce-471f-9b5c-4c507d0b3ff2
- Raw Audit Messages
- type=AVC msg=audit(1502804966.863:470): avc: denied { dac_read_search } for pid=1988 comm="systemd-tmpfile" capability=2 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:system_r:systemd_tmpfiles_t:s0 tclass=capability permissive=0
- Hash: systemd-tmpfile,systemd_tmpfiles_t,systemd_tmpfiles_t,capability,dac_read_search
Advertisement
Add Comment
Please, Sign In to add comment