From: Michael Tremer Date: Sat, 18 Mar 2023 14:48:55 +0000 (+0000) Subject: FHS: Drop limitation for only non-executable files in /usr/share X-Git-Tag: 0.9.29~248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=537db7d274b589359fd08f498e49bb3400903b6c;p=pakfire.git FHS: Drop limitation for only non-executable files in /usr/share Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/fhs.c b/src/libpakfire/fhs.c index a378e3209..e819b8651 100644 --- a/src/libpakfire/fhs.c +++ b/src/libpakfire/fhs.c @@ -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 },