Skip to content
Snippets Groups Projects
Commit a490ec3a authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Revert "fingerprintd.te: neverallow fingerprint data file access"

am: cf7ee8a8

* commit 'cf7ee8a8':
  Revert "fingerprintd.te: neverallow fingerprint data file access"
parents d78cfdbf cf7ee8a8
Branches
Tags
No related merge requests found
...@@ -21,12 +21,3 @@ allow fingerprintd keystore:keystore_key { add_auth }; ...@@ -21,12 +21,3 @@ allow fingerprintd keystore:keystore_key { add_auth };
# For permissions checking # For permissions checking
binder_call(fingerprintd, system_server); binder_call(fingerprintd, system_server);
allow fingerprintd permission_service:service_manager find; allow fingerprintd permission_service:service_manager find;
###
### Neverallow rules
###
# Protect fingerprint data files from access by anything other
# than fingerprintd and init
neverallow { domain -fingerprintd -init } fingerprintd_data_file:file
{ append create link relabelfrom rename setattr write open read ioctl lock };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment