Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
f0ad0be4
Commit
f0ad0be4
authored
May 08, 2020
by
Fabio Luchetti
Browse files
Add root to the access list in eos_create_userhome
parent
41bb82a3
Pipeline
#1617926
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
image_scripts/eos_create_userhome.sh
View file @
f0ad0be4
...
...
@@ -34,3 +34,8 @@ eos attr set sys.mtime.propagation="1" /eos/user/e/$usr;
eos attr
set
user.acl
=
""
/eos/user/e/
$usr
;
eos access allow user
$usr
# @note temporary, should not rely on this since EOS-4193
eos access allow user root
# @note would it be useful to set HOME to eos folder ?
#usermod -d /eos/user/e/eos-user/ eos-user
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment