Bug 1309975 - SELinux is preventing systemd-logind from 'create' accesses on the directory inhibit.
Summary: SELinux is preventing systemd-logind from 'create' accesses on the directory ...
Keywords:
Status: CLOSED DUPLICATE of bug 1308771
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:217350fe7e17bdf76b971028f88...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-19 06:41 UTC by Joachim Frieben
Modified: 2016-02-19 10:36 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-02-19 10:36:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joachim Frieben 2016-02-19 06:41:22 UTC
Description of problem:
SELinux is preventing systemd-logind from 'create' accesses on the directory inhibit.

*****  Plugin catchall_labels (83.8 confidence) suggests   *******************

If you want to allow systemd-logind to have create access on the inhibit directory
Then you need to change the label on inhibit
Do
# semanage fcontext -a -t FILE_TYPE 'inhibit'
where FILE_TYPE is one of the following: abrt_var_cache_t, cgroup_t, config_home_t, fusefs_t, gkeyringd_tmp_t, gstreamer_home_t, kdbusfs_t, mozilla_plugin_tmp_t, mozilla_plugin_tmpfs_t, systemd_logind_inhibit_var_run_t, systemd_logind_sessions_t, systemd_logind_var_lib_t, systemd_logind_var_run_t, user_tmp_t, var_auth_t. 
Then execute: 
restorecon -v 'inhibit'


*****  Plugin catchall (17.1 confidence) suggests   **************************

If you believe that systemd-logind should be allowed create access on the inhibit directory 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 systemd-logind /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:systemd_logind_t:s0
Target Context                system_u:object_r:default_t:s0
Target Objects                inhibit [ dir ]
Source                        systemd-logind
Source Path                   systemd-logind
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
Policy RPM                    selinux-policy-3.13.1-171.fc24.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 4.5.0-0.rc4.git1.1.fc24.x86_64 #1
                              SMP Wed Feb 17 15:13:11 UTC 2016 x86_64 x86_64
Alert Count                   1
First Seen                    2016-02-19 07:02:50 CET
Last Seen                     2016-02-19 07:02:50 CET
Local ID                      90747b26-a4b3-445a-8e9c-83bafd70cc3e

Raw Audit Messages
type=AVC msg=audit(1455861770.202:169): avc:  denied  { create } for  pid=811 comm="systemd-logind" name="inhibit" scontext=system_u:system_r:systemd_logind_t:s0 tcontext=system_u:object_r:default_t:s0 tclass=dir permissive=0


Hash: systemd-logind,systemd_logind_t,default_t,dir,create

Version-Release number of selected component:
selinux-policy-3.13.1-171.fc24.noarch

Additional info:
reporter:       libreport-2.6.4
hashmarkername: setroubleshoot
kernel:         4.5.0-0.rc4.git1.2.fc24.x86_64
type:           libreport

Comment 1 Miroslav Grepl 2016-02-19 10:36:02 UTC

*** This bug has been marked as a duplicate of bug 1308771 ***


Note You need to log in before you can comment on or make changes to this bug.