summaryrefslogtreecommitdiffstats
path: root/recipes-security/refpolicy/refpolicy/0038-policy-modules-services-avahi-allow-avahi_t-to-watch.patch
blob: 1b0391d4f1e3c0418c20c7638b9f30eb044d0ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 92571e7c066b3d91634a4c1f55542cb528f5bac4 Mon Sep 17 00:00:00 2001
From: Yi Zhao <yi.zhao@windriver.com>
Date: Tue, 23 Jun 2020 08:19:16 +0800
Subject: [PATCH] policy/modules/services/avahi: allow avahi_t to watch
 /etc/avahi directory

Fixes:
type=AVC msg=audit(1592813140.176:24): avc:  denied  { watch } for
pid=360 comm="avahi-daemon" path="/services" dev="vda" ino=173
scontext=system_u:system_r:avahi_t tcontext=system_u:object_r:etc_t
tclass=dir permissive=1

Upstream-Status: Inappropriate [embedded specific]

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 policy/modules/services/avahi.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/services/avahi.te b/policy/modules/services/avahi.te
index af838d8b0..674cdcb81 100644
--- a/policy/modules/services/avahi.te
+++ b/policy/modules/services/avahi.te
@@ -76,6 +76,7 @@ domain_use_interactive_fds(avahi_t)
 
 files_read_etc_runtime_files(avahi_t)
 files_read_usr_files(avahi_t)
+files_watch_etc_dirs(avahi_t)
 
 auth_use_nsswitch(avahi_t)
 
-- 
2.17.1