Bug 639233
Summary: | SELinux is preventing /usr/bin/ck-history "read" access on history | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Milos Malik <mmalik> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | ||
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | selinux-policy-3.7.19-56.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 11:56:45 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
Milos Malik
2010-10-01 07:53:46 UTC
Did this happen at login? Yes, it appears when the user tries to log in via text console. The user succeeds and gets the shell. But it's not kiosk user which comes with xguest package. This user was created this way: # useradd -Z xguest_u theone. # echo "s0me.p4sSwOrD" | passwd --stdin theone Miroslav add consolekit_dontaudit_read_log($1_usertype) userdom_restricted_xwindows_user_template ######################################## ## <summary> ## Dontaudit attempts to read consolekit log files. ## </summary> ## <param name="domain"> ## <summary> ## Domain to not audit. ## </summary> ## </param> # interface(`consolekit_dontaudit_read_log',` gen_require(` type consolekit_log_t; ') dontaudit $1 consolekit_log_t:file read_file_perms; ') Fixed in selinux-policy-3.7.19-56.el6 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0526.html |