30 lines
851 B
Diff
30 lines
851 B
Diff
From dbb20e7f9fb98fc322d925b66da0abc7258957cf Mon Sep 17 00:00:00 2001
|
|
From: Zdenek Pytela <zpytela@redhat.com>
|
|
Date: Tue, 9 Nov 2021 18:35:11 +0100
|
|
Subject: [PATCH] Allow redis get attributes of filesystems with extended
|
|
attributes
|
|
|
|
Reference: https://gitbub.com/fedora-selinux/selinux-policy/commit/dbb20e7f9fb98fc322d925b66da0abc7258957cf
|
|
Conflict: NA
|
|
|
|
Signed-off-by: lujie54 <lujie54@huawei.com>
|
|
---
|
|
policy/modules/contrib/redis.te | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/policy/modules/contrib/redis.te b/policy/modules/contrib/redis.te
|
|
index 093f28d..fb6a3dc 100644
|
|
--- a/policy/modules/contrib/redis.te
|
|
+++ b/policy/modules/contrib/redis.te
|
|
@@ -99,6 +99,7 @@ tunable_policy(`redis_enable_notify',`
|
|
corecmd_exec_shell(redis_t)
|
|
|
|
fs_getattr_tmpfs(redis_t)
|
|
+ fs_getattr_xattr_fs(redis_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
--
|
|
1.8.3.1
|
|
|