* [PATCH] FHS: Allow /var/mail owned by root:mail
@ 2023-03-20 17:47 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-03-20 17:47 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 866 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
src/libpakfire/fhs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libpakfire/fhs.c b/src/libpakfire/fhs.c
index 8e85f29d..4582feaa 100644
--- a/src/libpakfire/fhs.c
+++ b/src/libpakfire/fhs.c
@@ -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 },
--
2.30.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-20 17:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20 17:47 [PATCH] FHS: Allow /var/mail owned by root:mail Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox