Commit 84ad3ad1 by Feanil Patel

Change the mode on the sandbox sudoers file.

parent f07757f7
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
command: /usr/local/bin/virtualenv {{ sandbox_venv_dir }} --distribute creates={{ sandbox_venv_dir }}/bin/activate command: /usr/local/bin/virtualenv {{ sandbox_venv_dir }} --distribute creates={{ sandbox_venv_dir }}/bin/activate
- name: set sandbox sudoers settings - 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. # Make sure this line is in the common-session file.
- name: ensure pam-limits module is loaded - name: ensure pam-limits module is loaded
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment