From 03ffcc0ceeded644dbf9ede810d0353b020a0a9c9fc5256feab7348720e0162d Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Mon, 1 Feb 2021 13:27:56 +0000 Subject: [PATCH] - add /usr/etc/skel/.cache with perm 0700 (bug#1181011) rootless container environments (rh#1548403) (bug#1146705) OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=192 --- directory.list | 1 + filesystem.changes | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/directory.list b/directory.list index 34c4882..fc6245c 100644 --- a/directory.list +++ b/directory.list @@ -47,6 +47,7 @@ 0755 root root /usr/etc/skel 0755 root root /usr/etc/skel/bin 0755 root root /usr/etc/skel/.fonts +0700 root root /usr/etc/skel/.cache 0700 root root /usr/etc/skel/.config 0700 root root /usr/etc/skel/.local 0755 root root /usr/etc/xdg diff --git a/filesystem.changes b/filesystem.changes index 5648d69..b9d1f2a 100644 --- a/filesystem.changes +++ b/filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 1 14:23:11 CET 2021 - ro@suse.de + +- add /usr/etc/skel/.cache with perm 0700 (bug#1181011) + ------------------------------------------------------------------- Fri Jan 29 13:29:53 UTC 2021 - Ludwig Nussel @@ -7,7 +12,7 @@ Fri Jan 29 13:29:53 UTC 2021 - Ludwig Nussel Mon Nov 16 14:22:50 UTC 2020 - Ludwig Nussel - /proc and /sys should be %ghost to allow filesystem package updates in - rootless container environments (rh#1548403) + rootless container environments (rh#1548403) (bug#1146705) ------------------------------------------------------------------- Sat Oct 10 12:41:34 UTC 2020 - Callum Farmer