commit | a0e7a6da28cb84ca3b5e16a2b068413996d7c012 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@google.com> | Fri Jul 31 12:28:11 2020 -0600 |
committer | Jeff Sharkey <jsharkey@google.com> | Fri Jul 31 12:28:11 2020 -0600 |
tree | 6d510c85216d6c0525ba902324d14015ae9ad4ca | |
parent | bbc3cc33fc57e8416178ae19487ecb9b79b2c7cd [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: I0caf39b349c48e44123775d98c52a773b0b504ff
diff --git a/private/isolated_app.te b/private/isolated_app.te index 33b5219..e9411f5 100644 --- a/private/isolated_app.te +++ b/private/isolated_app.te
@@ -91,7 +91,7 @@ neverallow isolated_app vndbinder_device:chr_file *; # Isolated apps must not be permitted to perform actions on Binder and VndBinder service_manager -# except the find actions for services whitelisted below. +# except the find actions for services allowlisted below. neverallow isolated_app *:service_manager ~find; # b/17487348