Bug 863750
| Summary: | SELinux is preventing firewalld from 'create' accesses on the netlink_route_socket . | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mihai Harpau <mishu> | ||||||
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 18 | CC: | dominick.grift, dwalsh, mgrepl | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:5a5b2c844bdaac83c1e8b367f8bf95c5c37de42376df0e635fc69b42f7edbed6 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-10-08 08:00:49 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 622908 [details]
File: type
Created attachment 622909 [details]
File: hashmarkername
*** This bug has been marked as a duplicate of bug 863687 *** |
Additional info: libreport version: 2.0.15 kernel: 3.6.0-3.fc18.x86_64 description: :SELinux is preventing firewalld from 'create' accesses on the netlink_route_socket . : :***** Plugin catchall (100. confidence) suggests *************************** : :If you believe that firewalld should be allowed create access on the netlink_route_socket 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 firewalld /var/log/audit/audit.log | audit2allow -M mypol :# semodule -i mypol.pp : :Additional Information: :Source Context system_u:system_r:firewalld_t:s0 :Target Context system_u:system_r:firewalld_t:s0 :Target Objects [ netlink_route_socket ] :Source firewalld :Source Path firewalld :Port <Unknown> :Host (removed) :Source RPM Packages :Target RPM Packages :Policy RPM selinux-policy-3.11.1-32.fc18.noarch :Selinux Enabled True :Policy Type targeted :Enforcing Mode Enforcing :Host Name (removed) :Platform Linux (removed) 3.6.0-3.fc18.x86_64 #1 SMP Wed Oct : 3 13:29:15 UTC 2012 x86_64 x86_64 :Alert Count 4 :First Seen 2012-10-06 08:47:00 EEST :Last Seen 2012-10-07 09:05:00 EEST :Local ID 349f4a5b-abc4-4bd2-836c-40a2f7c59bd5 : :Raw Audit Messages :type=AVC msg=audit(1349589900.472:12): avc: denied { create } for pid=335 comm="firewalld" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:system_r:firewalld_t:s0 tclass=netlink_route_socket : : :Hash: firewalld,firewalld_t,firewalld_t,netlink_route_socket,create : :audit2allow : :#============= firewalld_t ============== :allow firewalld_t self:netlink_route_socket create; : :audit2allow -R : :#============= firewalld_t ============== :allow firewalld_t self:netlink_route_socket create; :