From f09851659d61c30ad9d1c7b72aca03f54a81b818 Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Tue, 6 Feb 2024 20:45:53 +0100 Subject: [PATCH] Rename all /var/run file context entries to /run With the 1f76e522a ("Rename all /var/run file context entries to /run") selinux-policy commit, all /var/run file context entries moved to /run and the equivalency was inverted. Subsequently, changes in pcp.fc need to be done, too, in a similar manner. --- src/selinux/pcp.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selinux/pcp.fc b/src/selinux/pcp.fc index 4748abc134..8bfe61f665 100644 --- a/src/selinux/pcp.fc +++ b/src/selinux/pcp.fc @@ -29,4 +29,4 @@ /var/log/pcp(/.*)? gen_context(system_u:object_r:pcp_log_t,s0) -/var/run/pcp(/.*)? gen_context(system_u:object_r:pcp_var_run_t,s0) +/run/pcp(/.*)? gen_context(system_u:object_r:pcp_var_run_t,s0)