]> git.ipfire.org Git - pakfire.git/commitdiff
FHS: Allow /var/mail owned by root:mail
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 20 Mar 2023 17:47:25 +0000 (18:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 08:14:56 +0000 (08:14 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/fhs.c

index 8e85f29d76d799ef9e5ae5354af504cec7b5a92b..4582feaae37e7e90546d7bb028d20cc22c9eb9dc 100644 (file)
@@ -99,7 +99,7 @@ static const struct pakfire_fhs_check {
        { "/var/empty",           S_IFDIR, 0755, "root", "root", 0 },
        { "/var/lib",             S_IFDIR, 0755, "root", "root", 0 },
        { "/var/log",             S_IFDIR, 0755, "root", "root", 0 },
-       { "/var/mail",            S_IFDIR, 0755, "root", "root", 0 },
+       { "/var/mail",            S_IFDIR, 0755, "root", "mail", 0 },
        { "/var/opt",             S_IFDIR, 0755, "root", "root", 0 },
        { "/var/run",             S_IFLNK, 0755, "root", "root", 0 },
        { "/var/spool",           S_IFDIR, 0755, "root", "root", 0 },