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

fingerprintd.te: neverallow fingerprint data file access

am: 604a8cae

* commit '604a8cae':
  fingerprintd.te: neverallow fingerprint data file access
parents 899a3e0f 604a8cae
Branches
Tags
No related merge requests found
......@@ -21,3 +21,12 @@ allow fingerprintd keystore:keystore_key { add_auth };
# For permissions checking
binder_call(fingerprintd, system_server);
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