Managing file access control rules & workflows
OneOffice File Access Control enables administrators to create and manage a set of rule groups.
Each of the rule groups consists of one or more rules. If all rules of a group hold true, the group matches the request and access is being denied.
The rules criteria range from IP address, to user groups, collaborative tags and more.
File Access Controls come in handy for complex cases of data protection. We can think of IP, Patents, Trade Secrets etc. that you want to protect and limit access to.
If access to a file has been denied for a user, the user cannot:
To access the File Sharing administration panel:
The first rule group Support denies any access to files for users of the Support user group, between 5pm and 9am.
The second rule group Internal testing prevents users of the Internal testers group to access files from outside of the local network.
The easiest way to block access to a folder, is via collaborative tags.
The example above blocks access to any folder with the tag Confidential for all users part of the group Management.
You need to assign the tag to the folder or file, and then block the tag with a rule group. The check is independent of the user’s permissions for the tag as the block rule is system-wide.
Restricted and invisible tags are recommended, to prevent users from removing or reassigning them.
It is possible to prevent specific files from being uploaded to OneOffice (e.g. executables, videos etc.). You simply need to define a rule based on the mime type.
The safest way (but not the only way) is to define the rule via a regular expression, as it will help you cover all the desired media types used for the type of file you're trying to block.
In the example above, zip files are prevented from being uploaded by using the regular expression:
/^application\/(zip|x-zip-compressed)$/i