gitlabEdit

user-lockPrivacy Consents

Do you want an app to access your files?

For controlled access to parts of your system, like your files, we've introduced privacy consents feature which allows you to choose whether to allow a certain operation to be done to your files, data, etc. This increases privacy, especially when apps try to abuse privacy-sensitive features to do something malignant.

chevron-rightPrivacy permissionshashtag

Nitrocid defines these permissions to require your consent before continuing the operation:

Permission
Description

FilesystemRead

An application or mod tries to read from a file

FilesystemWrite

An application or mod tries to write to a file

circle-info

Please note that your consent is required only for above accesses that are done through the Nitrocid API for each user.

If you're a mod developer and care about privacy of your users, use the Nitrocid API where checks are done to ensure that users have consented to the above operations.

If the user declines the consent, an exception will be thrown to the caller, depending on how a particular Nitrocid API function is coded.

Last updated