Bug 598191
| Summary: | SELinux is preventing polkitd "connectto" access on /var/lib/sss/pipes/nss. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Natxo Asenjo <natxo> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | dwalsh, mgrepl, redhat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:e05e8ac32c3b37ae0e02cfbcc50aaf84e5daa1c1e1e7ce7a112d56548cd65f24 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-01 13:25:06 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
Natxo Asenjo
2010-05-31 17:21:22 UTC
*** Bug 598204 has been marked as a duplicate of this bug. *** Which process is running as initrc_t? # ps -ez | grep initrc How is '/usr/sbin/sssd' labeled? # ls -Z /usr/sbin/sssd # ps -ez
ERROR: Unsupported SysV option.
********* simple selection ********* ********* selection by list *********
-A all processes -C by command name
-N negate selection -G by real group ID (supports names)
-a all w/ tty except session leaders -U by real user ID (supports names)
-d all except session leaders -g by session OR by effective group name
-e all processes -p by process ID
T all processes on this terminal -s processes in the sessions given
a all w/ tty, including other users -t by tty
g OBSOLETE -- DO NOT USE -u by effective user ID (supports names)
r only running processes U processes for specified users
x processes w/o controlling ttys t by tty
*********** output format ********** *********** long options ***********
-o,o user-defined -f full --Group --User --pid --cols --ppid
-j,j job control s signal --group --user --sid --rows --info
-O,O preloaded -o v virtual memory --cumulative --format --deselect
-l,l long u user-oriented --sort --tty --forest --version
-F extra full X registers --heading --no-heading --context
********* misc options *********
-V,V show version L list format codes f ASCII art forest
-m,m,-L,-T,H threads S children in sum -y change -l format
-M,Z security data c true command name -c scheduling class
-w,w wide output n numeric WCHAN,UID -H process hierarchy
# ls -Z /usr/bin/sssd
-rwxr-xr-x. root root system_u:object_r:unlabeled_t:s0 /usr/sbin/sssd
(In reply to comment #3) > # ps -ez Oops, I apologize. # ps -eZ | grep initrc > > # ls -Z /usr/bin/sssd > -rwxr-xr-x. root root system_u:object_r:unlabeled_t:s0 /usr/sbin/sssd Could you try to execute # restorecon -v /usr/sbin/sssd # ls -Z /usr/sbin/sssd This looks like sssd is running with the wrong context. Please fix the label on sssd and restart the daemon is should be running as sssd_t. ps -eZ | grep sssd Not sure how you got this mislabeled. But you might want to run a relabel on your system # fixfiles restore *** Bug 614965 has been marked as a duplicate of this bug. *** |