-
Hi, -rw-r-----. 1 vombato 100003 0 Oct 20 06:32 file.log - Container: -rw-r-----. 1 root adm 0 Oct 20 06:32 file.log The file is rotated every day and therefore is re-created by the application. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you run your tool with |
Beta Was this translation helpful? Give feedback.
-
podman unshare COMMAND will put the COMMAND into the user namespace where it has root privs over the UIDs mapped into the user namespace. Basically allows the COMMAND to read/write/RM all files owned by UIDs mapped into the user namespace. |
Beta Was this translation helpful? Give feedback.
podman unshare COMMAND will put the COMMAND into the user namespace where it has root privs over the UIDs mapped into the user namespace. Basically allows the COMMAND to read/write/RM all files owned by UIDs mapped into the user namespace.