system container: add /var/tmp as RW

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2018-02-12 17:11:37 +01:00
parent ebb88f9a67
commit 6582f9dd16
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9
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": [