Regarding sandboxing, have you considered a permission manifest for each application like Android has? Basically, each android app has to have a permission manifest xml file, and the user is notified what parts of the device functionality the app wants access to. Any access that was not specified in the permission manifest would be denied.
https://developer.android.com/reference/android/Manifest.permission.html https://developer.android.com/guide/topics/security/permissions.html -- -Elad Alfassa.
_______________________________________________ gnome-os-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-os-list
