From 92c4128f985dfc561b0534a93f9260863642806e Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 21 Aug 2025 23:18:17 -0400 Subject: add (call .xattr.associate_fs (file)) to loader.conf files Without this we can't change the context of the loader.conf files. --- src/file/ldfile.cil | 1 + 1 file changed, 1 insertion(+) (limited to 'src/file') diff --git a/src/file/ldfile.cil b/src/file/ldfile.cil index 60adb23..5df16b4 100644 --- a/src/file/ldfile.cil +++ b/src/file/ldfile.cil @@ -1,6 +1,7 @@ (block loader (block conf (blockinherit .file.template) + (call .xattr.associate_fs (file)) (filecon "/etc/ld.so.conf" file file_context) (filecon "/etc/ld.so.conf.d" dir file_context) (filecon "/etc/ld.so.conf.d/.*" file file_context) -- cgit v1.2.3