6 lines
205 B
Bash
6 lines
205 B
Bash
|
touch /tmp/host-fs-auditlog.log
|
||
|
touch /tmp/host-fs-errorlog.log
|
||
|
touch /tmp/host-fs-accesslog.log
|
||
|
chmod 777 /tmp/host-fs-auditlog.log
|
||
|
chmod 777 /tmp/host-fs-errorlog.log
|
||
|
chmod 777 /tmp/host-fs-accesslog.log
|