diff --git a/templates/generic/bpir4_reference.json b/templates/generic/bpir4_reference.json index 4193f98..7d0de5e 100644 --- a/templates/generic/bpir4_reference.json +++ b/templates/generic/bpir4_reference.json @@ -92,16 +92,25 @@ ], "type": "bind" }, - { - "source": "tmpfs", + { + "destination": "/rdklogs", + "type": "bind", + "source": "/rdklogs", + "options": [ + "rbind", + "rw" + ] + }, + { + "source": "/tmp", "destination": "/tmp", "options": [ + "rbind", "nosuid", - "strictatime", - "mode=755", - "size=65536k" + "nodev", + "rw" ], - "type": "tmpfs" + "type": "bind" } ], "network": {