2018-04-06 10:22:50 +00:00
|
|
|
From 99dd120b952a2a27fa31ae005149e6aaaed28755 Mon Sep 17 00:00:00 2001
|
2017-01-19 13:11:25 +00:00
|
|
|
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
2018-04-06 10:22:50 +00:00
|
|
|
Date: Fri, 6 Apr 2018 11:52:33 +0200
|
|
|
|
Subject: [PATCH] Set owner of man cache to root
|
2017-01-19 13:11:25 +00:00
|
|
|
|
|
|
|
---
|
2018-04-06 10:22:50 +00:00
|
|
|
init/systemd/man-db.conf.in | 2 +-
|
2017-01-19 13:11:25 +00:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2018-04-06 10:22:50 +00:00
|
|
|
diff --git a/init/systemd/man-db.conf.in b/init/systemd/man-db.conf.in
|
2018-07-30 07:04:49 +00:00
|
|
|
index 7a461e8..cac2b52 100644
|
2018-04-06 10:22:50 +00:00
|
|
|
--- a/init/systemd/man-db.conf.in
|
|
|
|
+++ b/init/systemd/man-db.conf.in
|
2017-01-19 13:11:25 +00:00
|
|
|
@@ -1 +1 @@
|
2018-07-30 07:04:49 +00:00
|
|
|
-d /var/cache/man 0755 @cache_top_owner@ @cache_top_owner@ 1w
|
2017-11-21 16:55:57 +00:00
|
|
|
+d /var/cache/man 0755 root root 1w
|
2017-01-19 13:11:25 +00:00
|
|
|
--
|
2018-04-06 10:22:50 +00:00
|
|
|
2.13.6
|
2017-01-19 13:11:25 +00:00
|
|
|
|