Merge pull request #1322 from runcom/var-tmp-rw

system container: add /var/tmp as RW
This commit is contained in:
Mrunal Patel 2018-02-12 10:28:01 -08:00 committed by GitHub
commit 33e2f82d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 0 deletions

View File

@ -253,6 +253,17 @@
"source": "/tmp",
"type": "bind"
},
{
"destination": "/var/tmp",
"options": [
"private",
"bind",
"rw",
"mode=755"
],
"source": "/var/tmp",
"type": "bind"
},
{
"destination": "/etc",
"options": [

View File

@ -258,6 +258,17 @@
"source": "/tmp",
"type": "bind"
},
{
"destination": "/var/tmp",
"options": [
"private",
"bind",
"rw",
"mode=755"
],
"source": "/var/tmp",
"type": "bind"
},
{
"destination": "/etc",
"options": [

View File

@ -248,6 +248,17 @@
"source": "/tmp",
"type": "bind"
},
{
"destination": "/var/tmp",
"options": [
"private",
"bind",
"rw",
"mode=755"
],
"source": "/var/tmp",
"type": "bind"
},
{
"destination": "/etc",
"options": [