Bug 2183553 - SELinux is preventing geoclue from 'watch' accesses on the directory /etc.
Summary: SELinux is preventing geoclue from 'watch' accesses on the directory /etc.
Keywords:
Status: CLOSED DUPLICATE of bug 2183190
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 38
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zdenek Pytela
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:81de2ce943e222d45eceae69386...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-03-31 15:16 UTC by Michael
Modified: 2023-04-03 10:10 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-04-03 10:10:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: description (2.17 KB, text/plain)
2023-03-31 15:16 UTC, Michael
no flags Details
File: os_info (756 bytes, text/plain)
2023-03-31 15:16 UTC, Michael
no flags Details

Description Michael 2023-03-31 15:16:24 UTC
Description of problem:
SELinux is preventing geoclue from 'watch' accesses on the directory /etc.

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

If you want to allow geoclue to have watch access on the etc directory
Then you need to change the label on /etc
Do
# semanage fcontext -a -t FILE_TYPE '/etc'
where FILE_TYPE is one of the following: geoclue_tmp_t, geoclue_var_lib_t.
Then execute:
restorecon -v '/etc'


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

If you believe that geoclue should be allowed watch access on the etc 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:
# ausearch -c 'geoclue' --raw | audit2allow -M my-geoclue
# semodule -X 300 -i my-geoclue.pp

Additional Information:
Source Context                system_u:system_r:geoclue_t:s0
Target Context                system_u:object_r:etc_t:s0
Target Objects                /etc [ dir ]
Source                        geoclue
Source Path                   geoclue
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
SELinux Policy RPM            selinux-policy-targeted-38.9-1.fc38.noarch
Local Policy RPM              selinux-policy-targeted-38.9-1.fc38.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 6.2.7-300.fc38.x86_64 #1 SMP
                              PREEMPT_DYNAMIC Sat Mar 18 17:51:18 CET 2023
                              x86_64
Alert Count                   15
First Seen                    2023-03-31 17:13:27 CEST
Last Seen                     2023-03-31 17:14:24 CEST
Local ID                      08d7f516-6f1b-464a-a9ce-e5755382fe5a

Raw Audit Messages
type=AVC msg=audit(1680275664.52:293): avc:  denied  { watch } for  pid=1548 comm="gmain" path="/etc" dev="nvme0n1p3" ino=269 scontext=system_u:system_r:geoclue_t:s0 tcontext=system_u:object_r:etc_t:s0 tclass=dir permissive=0


Hash: geoclue,geoclue_t,etc_t,dir,watch

Version-Release number of selected component:
selinux-policy-targeted-38.9-1.fc38.noarch

Additional info:
reporter:       libreport-2.17.9
reason:         SELinux is preventing geoclue from 'watch' accesses on the directory /etc.
package:        selinux-policy-targeted-38.9-1.fc38.noarch
component:      selinux-policy
hashmarkername: setroubleshoot
type:           libreport
kernel:         6.2.7-300.fc38.x86_64
component:      selinux-policy

Comment 1 Michael 2023-03-31 15:16:27 UTC
Created attachment 1954915 [details]
File: description

Comment 2 Michael 2023-03-31 15:16:29 UTC
Created attachment 1954916 [details]
File: os_info

Comment 3 Zdenek Pytela 2023-04-03 10:10:32 UTC

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


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