Bug 151957
| Summary: | SELinux FAQ - How do I use tmpfs for /tmp? | ||
|---|---|---|---|
| Product: | [Retired] Fedora Documentation | Reporter: | Karsten Wade <kwade> |
| Component: | selinux-faq | Assignee: | Karsten Wade <kwade> |
| Status: | CLOSED WONTFIX | QA Contact: | Tammy Fox <tammy.c.fox> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | devel | CC: | laubersm+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://fedora.redhat.com/docs/selinux-faq-fc3/ | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-02-27 21:50:47 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 118757 | ||
|
Description
Karsten Wade
2005-03-23 20:33:58 UTC
> doesn't seem to work:
> Mar 24 08:35:28 chello062178124144 kernel: audit(1111649728.433:0):
> avc: denied { associate } for pid=4574 exe=/usr/bin/gdm-binary
> name=.ICE-unix scontext=user_u:object_r:tmp_t
> tcontext=system_u:object_r:tmp_t tclass=filesystem
> Mar 24 08:35:28 chello062178124144 kernel: audit(1111649728.433:0):
> avc: denied { associate } for pid=4574 exe=/usr/bin/gdm-binary
> name=.X11-unix scontext=user_u:object_r:tmp_t
> tcontext=system_u:object_r:tmp_t tclass=filesystem
> Mar 24 08:35:28 chello062178124144 kernel: audit(1111649728.433:0):
> avc: denied { associate } for pid=4574 exe=/usr/bin/gdm-binary
> name=.X11-unix scontext=user_u:object_r:tmp_t
> tcontext=system_u:object_r:tmp_t tclass=filesystem
> Mar 24 08:35:31 chello062178124144 kernel: audit(1111649731.447:0):
> avc: denied { associate } for pid=5340 exe=/usr/X11R6/bin/Xorg
> name=.tX0-lock scontext=user_u:object_r:tmp_t
> tcontext=system_u:object_r:tmp_t tclass=filesystem
Ah, yes - you would need policy changes as well, e.g.
allow tmpfile tmp_t:filesystem associate;
Not even sure what this was supposed to be covering.... I am closing this ancient bug. FYI The is an FC5 FAQ http://docs.fedoraproject.org/selinux-faq/ and a list of proposed updates in the wiki at https://fedoraproject.org/wiki/SELinux/FAQ/ProposedAdditions Additional FAQ work will likely remain in the wiki but there is also a F10 SELinux Users Guide http://docs.fedoraproject.org/selinux-user-guide/ |