Bug 457054
| Summary: | SELinux is preventing packagekitd (system_dbusd_t) "write" to ./PackageKit (var_lib_t). | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Charlie Brady <charlieb-fedora-bugzilla> |
| Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED DUPLICATE | QA Contact: | Ben Levenson <benl> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-07-29 18:45:38 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: | |||
|
Description
Charlie Brady
2008-07-29 13:49:12 UTC
[charlieb@localhost ~]$ ls --lcontext /var/lib/PackageKit/transactions.db -rw-r--r-- 1 system_u:object_r:var_lib_t:s0 root root 191488 2008-07-29 09:15 /var/lib/PackageKit/transactions.db [charlieb@localhost ~]$ ls --lcontext /var/lib/PackageKit total 196 -rw-r--r-- 1 system_u:object_r:var_lib_t:s0 root root 191488 2008-07-29 09:15 transactions.db [charlieb@localhost ~]$ If nothing other than packagekitd needs to write to transactions.db (and transactions.db-journal, and /var/lib/PackageKit), couldn't a specific context be used, rather than val_lib_t? |