SHA256
1
0
forked from pool/filesystem

- 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
This commit is contained in:
Ruediger Oertel 2021-02-01 13:27:56 +00:00 committed by Git OBS Bridge
parent d65cac60ae
commit 03ffcc0cee
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 <lnussel@suse.de>
@ -7,7 +12,7 @@ Fri Jan 29 13:29:53 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
Mon Nov 16 14:22:50 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- /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 <callumjfarmer13@gmail.com>