You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all apps and the launcher run with the same rights. This can cause devastating security issues.
Proposal:
Create a new user account/group per app
Save the app files with ftc/ftc permissions and create app data folder with the app permissions
Run app with this permissions
If an app needs to access data of another app, either the developer of the accessed app has to allow this in the manifest (the user will be asked during installation) or the app can request it during run (here we should introduce a system where the user can revoke these permissions)
The text was updated successfully, but these errors were encountered:
Currently all apps and the launcher run with the same rights. This can cause devastating security issues.
Proposal:
Create a new user account/group per app
Save the app files with ftc/ftc permissions and create app data folder with the app permissions
Run app with this permissions
If an app needs to access data of another app, either the developer of the accessed app has to allow this in the manifest (the user will be asked during installation) or the app can request it during run (here we should introduce a system where the user can revoke these permissions)
The text was updated successfully, but these errors were encountered: