system container: add /var/tmp as RW
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
ebb88f9a67
commit
6582f9dd16
3 changed files with 33 additions and 0 deletions
|
@ -253,6 +253,17 @@
|
||||||
"source": "/tmp",
|
"source": "/tmp",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"destination": "/var/tmp",
|
||||||
|
"options": [
|
||||||
|
"private",
|
||||||
|
"bind",
|
||||||
|
"rw",
|
||||||
|
"mode=755"
|
||||||
|
],
|
||||||
|
"source": "/var/tmp",
|
||||||
|
"type": "bind"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"destination": "/etc",
|
"destination": "/etc",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
|
@ -258,6 +258,17 @@
|
||||||
"source": "/tmp",
|
"source": "/tmp",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"destination": "/var/tmp",
|
||||||
|
"options": [
|
||||||
|
"private",
|
||||||
|
"bind",
|
||||||
|
"rw",
|
||||||
|
"mode=755"
|
||||||
|
],
|
||||||
|
"source": "/var/tmp",
|
||||||
|
"type": "bind"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"destination": "/etc",
|
"destination": "/etc",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
|
@ -248,6 +248,17 @@
|
||||||
"source": "/tmp",
|
"source": "/tmp",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"destination": "/var/tmp",
|
||||||
|
"options": [
|
||||||
|
"private",
|
||||||
|
"bind",
|
||||||
|
"rw",
|
||||||
|
"mode=755"
|
||||||
|
],
|
||||||
|
"source": "/var/tmp",
|
||||||
|
"type": "bind"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"destination": "/etc",
|
"destination": "/etc",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Reference in a new issue