Security/Fennec security checklist: Difference between revisions

Jump to navigation Jump to search
 
Line 12: Line 12:
=== Content providers ===
=== Content providers ===
* Is private data in content providers marked with android:exported=false in the application manifest?
* Is private data in content providers marked with android:exported=false in the application manifest?
=== Permissions ===
=== Android Permissions ===
* Are all permissions requested strictly necessary?
* Are all permissions requested strictly necessary?
* Are permissions defined for the application strictly necessary (do existing permissions not cover them)?
* Are permissions defined for the application strictly necessary (do existing permissions not cover them)?
== Interprocess Communication ==
== Interprocess Communication ==
=== Networking ===
=== Networking ===
Confirmed users
81

edits

Navigation menu