Hello,
Configserver CSX requires that a directory be put in chmod 1777 for its quarantine, however this means that all users on the server can read its contents.
You have to specify the path of this quarantine, by default they suggest /home/safe
CSX creates the following folders when it quarantines a file :
/home/safe/scan/[username]/
The [username] file is only created when CSX finds a file to quarantine. Users that dont have a quarantined file dont have a folder.
Is there a way to add /home/safe/scan/[username]/ to cagefs and restrict each user to his own quarantine (and not allow his to see other folders in /home/safe/scan/ ?
Configserver CSX requires that a directory be put in chmod 1777 for its quarantine, however this means that all users on the server can read its contents.
You have to specify the path of this quarantine, by default they suggest /home/safe
CSX creates the following folders when it quarantines a file :
/home/safe/scan/[username]/
The [username] file is only created when CSX finds a file to quarantine. Users that dont have a quarantined file dont have a folder.
Is there a way to add /home/safe/scan/[username]/ to cagefs and restrict each user to his own quarantine (and not allow his to see other folders in /home/safe/scan/ ?
Comment