Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
10dc4a94
Commit
10dc4a94
authored
Dec 13, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of secure_dir, this hasn't been a thing for a while.
parent
ae3de3fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
playbooks/roles/xserver/tasks/main.yml
+2
-10
No files found.
playbooks/roles/xserver/tasks/main.yml
View file @
10dc4a94
...
...
@@ -46,12 +46,8 @@
-
name
:
Set sandbox limits
template
:
src
:
"
{{
item
}}
"
src
:
"
sandbox.conf.j2
"
dest
:
"
/etc/security/limits.d/sandbox.conf"
with_first_found
:
-
files
:
-
"
{{
secure_dir
}}/sandbox.conf.j2"
-
"
sandbox.conf.j2"
-
name
:
Install system dependencies of xserver
apt
:
...
...
@@ -61,12 +57,8 @@
-
name
:
Load python-sandbox apparmor profile
template
:
src
:
"
{{
item
}}
"
src
:
"
usr.bin.python-sandbox.j2
"
dest
:
"
/etc/apparmor.d/edx_apparmor_sandbox"
with_first_found
:
-files
:
-
"
{{
secure_dir
}}/files/edx_apparmor_sandbox.j2"
-
"
usr.bin.python-sandbox.j2"
-
include
:
deploy.yml
tags
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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