summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/50-add_users_groups.inc
diff options
context:
space:
mode:
authorSimon Rettberg2015-05-21 17:12:24 +0200
committerSimon Rettberg2015-05-21 17:12:24 +0200
commitcd925ceab6bc0d7ff6c81da02cc8af823061643f (patch)
treece0ebf5a23adb032125e8b6ae3eb9681ae679bc9 /satellit_installer/includes/50-add_users_groups.inc
parent[SSPS] Add ldadp compile and install logic (diff)
downloadsetup-scripts-cd925ceab6bc0d7ff6c81da02cc8af823061643f.tar.gz
setup-scripts-cd925ceab6bc0d7ff6c81da02cc8af823061643f.tar.xz
setup-scripts-cd925ceab6bc0d7ff6c81da02cc8af823061643f.zip
[SSPS] Add www-data to adm group
Diffstat (limited to 'satellit_installer/includes/50-add_users_groups.inc')
-rw-r--r--satellit_installer/includes/50-add_users_groups.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/includes/50-add_users_groups.inc b/satellit_installer/includes/50-add_users_groups.inc
index f738f2d..2cbf006 100644
--- a/satellit_installer/includes/50-add_users_groups.inc
+++ b/satellit_installer/includes/50-add_users_groups.inc
@@ -10,4 +10,5 @@ add_users_groups() {
add_user_nohome vmware 1003 1003
add_user syncdaemon 1004 12345
add_user dmsd 10001 12345
+ adduser www-data adm # So the webif can read /var/log stuff
}