SHA256
1
0
forked from pool/filesystem

- add /etc/skel/{.local,.config} to make sure they have correct

permissions for new users (bnc#676468)

OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=56
This commit is contained in:
Ludwig Nussel 2011-07-07 12:07:29 +00:00 committed by Git OBS Bridge
parent 1688a1880f
commit e70afe25c1
3 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,8 @@
0755 root root /etc/skel
0755 root root /etc/skel/bin
0755 root root /etc/skel/.fonts
0700 root root /etc/skel/.config
0700 root root /etc/skel/.local
0755 root root /etc/susehelp.d
0755 root root /etc/susehelp.d/htdig
0755 root root /etc/sysconfig

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 7 12:06:16 UTC 2011 - lnussel@suse.de
- add /etc/skel/{.local,.config} to make sure they have correct
permissions for new users (bnc#676468)
-------------------------------------------------------------------
Thu Jun 30 12:46:34 UTC 2011 - aj@suse.de

View File

@ -40,6 +40,9 @@ Source64: directory.list64
%install
function create_dir () {
local MODE=$1
case "$MODE" in
\#*) return ;;
esac
local OWNR=$2
local GRUP=$3
local NAME=$4