]> git.ipfire.org Git - people/stevee/pakfire.git/blobdiff - src/libpakfire/fhs.c
FHS: Drop limitation for only non-executable files in /usr/share
[people/stevee/pakfire.git] / 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 },