- 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:
parent
1688a1880f
commit
e70afe25c1
@ -30,6 +30,8 @@
|
|||||||
0755 root root /etc/skel
|
0755 root root /etc/skel
|
||||||
0755 root root /etc/skel/bin
|
0755 root root /etc/skel/bin
|
||||||
0755 root root /etc/skel/.fonts
|
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
|
||||||
0755 root root /etc/susehelp.d/htdig
|
0755 root root /etc/susehelp.d/htdig
|
||||||
0755 root root /etc/sysconfig
|
0755 root root /etc/sysconfig
|
||||||
|
@ -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
|
Thu Jun 30 12:46:34 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
@ -40,6 +40,9 @@ Source64: directory.list64
|
|||||||
%install
|
%install
|
||||||
function create_dir () {
|
function create_dir () {
|
||||||
local MODE=$1
|
local MODE=$1
|
||||||
|
case "$MODE" in
|
||||||
|
\#*) return ;;
|
||||||
|
esac
|
||||||
local OWNR=$2
|
local OWNR=$2
|
||||||
local GRUP=$3
|
local GRUP=$3
|
||||||
local NAME=$4
|
local NAME=$4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user