mirror of
https://github.com/ysoftdevs/th.git
synced 2026-04-18 23:20:15 +02:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir log
|
|
sudo chown 431:433 log
|
|
chcon -t svirt_sandbox_file_t log
|