]> git.ipfire.org Git - pakfire.git/commitdiff
FHS: Drop limitation for only non-executable files in /usr/share
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 18 Mar 2023 14:48:55 +0000 (14:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 18 Mar 2023 14:48:55 +0000 (14:48 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/fhs.c

index a378e3209cc6dab1d3d6e717242a68259097eb08..e819b8651dcde1d24a38494d171e28f5e99c1705 100644 (file)
@@ -87,9 +87,6 @@ static const struct pakfire_fhs_check {
        { "/usr/lib/firmware/**", S_IFREG, 0644, "root", "root", 0 },
        { "/usr/lib/firmware/**", S_IFDIR, 0755, "root", "root", 0 },
 
-       // /usr/share cannot have any exectuable files
-       { "/usr/share/**",        S_IFREG,    0,   NULL,   NULL, PAKFIRE_FHS_NOEXEC },
-
        // /var
        { "/var",                 S_IFDIR, 0755, "root", "root", 0 },
        { "/var/cache",           S_IFDIR, 0755, "root", "root", 0 },