Hi all.
Okay so I run a docker downloader in a docker container as root.
It downloads all, the files to /home/cavedog/Downloads in 2 subfolders called /home/cavedog/Downloads/radarr and /home/cavedog/Downloads/tv-sonarr
Docker ID is 911 and obviously he is the owner of the folders and files he creates as root.
Now I have apps installed under a user called cavedog. I want all processes run under cavedog to have read, write and execute permissions in these folders.
I have set the permissions but and have changed the owners but the apps are still getting "access denied"

I need advice on how to allow cavedog read, write and execute permissions on /home/cavedog/Downloads and all subfolders and files that are created afterwords by the root user 911. I tried everything I can't win and as a last ditch efford I'm thing of just giving cavedog root privileges.
Okay so I run a docker downloader in a docker container as root.
It downloads all, the files to /home/cavedog/Downloads in 2 subfolders called /home/cavedog/Downloads/radarr and /home/cavedog/Downloads/tv-sonarr
Docker ID is 911 and obviously he is the owner of the folders and files he creates as root.
Now I have apps installed under a user called cavedog. I want all processes run under cavedog to have read, write and execute permissions in these folders.
I have set the permissions but and have changed the owners but the apps are still getting "access denied"

I need advice on how to allow cavedog read, write and execute permissions on /home/cavedog/Downloads and all subfolders and files that are created afterwords by the root user 911. I tried everything I can't win and as a last ditch efford I'm thing of just giving cavedog root privileges.
