From 84ad3ad19a90b1d20a3314fc0d2eaa6cd730e9f4 Mon Sep 17 00:00:00 2001 From: Feanil Patel <feanil@edx.org> Date: Wed, 19 Jun 2013 09:02:41 -0400 Subject: [PATCH] Change the mode on the sandbox sudoers file. --- playbooks/roles/xserver/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/xserver/tasks/main.yml b/playbooks/roles/xserver/tasks/main.yml index 487e3d4..bbaedc4 100644 --- a/playbooks/roles/xserver/tasks/main.yml +++ b/playbooks/roles/xserver/tasks/main.yml @@ -14,7 +14,7 @@ command: /usr/local/bin/virtualenv {{ sandbox_venv_dir }} --distribute creates={{ sandbox_venv_dir }}/bin/activate - name: set sandbox sudoers settings - copy: src=sandbox.sudoers dest=/etc/sudoers.d/99-sandbox + copy: src=sandbox.sudoers dest=/etc/sudoers.d/99-sandbox mode=0440 # Make sure this line is in the common-session file. - name: ensure pam-limits module is loaded -- libgit2 0.26.0