/external/elfutils/tests/ |
run-addrcfi.sh | 370 privileged reg70 (sr0): undefined 371 privileged reg71 (sr1): undefined 372 privileged reg72 (sr2): undefined 373 privileged reg73 (sr3): undefined 374 privileged reg74 (sr4): undefined 375 privileged reg75 (sr5): undefined 376 privileged reg76 (sr6): undefined 377 privileged reg77 (sr7): undefined 378 privileged reg78 (sr8): undefined 379 privileged reg79 (sr9): undefine [all...] |
/external/autotest/client/site_tests/security_ReservedPrivileges/ |
control | 8 Enforces a whitelist of known, allowed reserved privileged processes on the system 12 To maintain a minimal set of reserved privileged processes on the system 15 Fail if the list of reserved privileged processes doesn't match the baseline
|
/external/valgrind/docs/internals/ |
s390-opcodes.csv | 49 csch,"clear subchannel",N/A,"privileged instruction" 51 csp,"compare and swap and purge",N/A,"privileged instruction" 60 diag,diagnose,N/A,"privileged instruction" 67 epar,"extract primary ASN",N/A,"privileged instruction" 68 epair,"extract primary ASN and instance",N/A,"privileged instruction" 70 esar,"extract secondary ASN",N/A,"privileged instruction", 71 esair,"extract secondary ASN and instance,N/A,"privileged instruction", 76 hsch,"halt subchannel",N/A,"privileged instruction" 77 iac,"insert address space control",N/A,"privileged instruction" 80 ipk,"insert PSW key",N/A,"privileged instruction [all...] |
/frameworks/base/packages/CtsShim/build/ |
Android.mk | 20 # Variant: Privileged app upgrade 23 # this needs to be a privileged application 39 # Variant: Privileged app 42 # this needs to be a privileged application 66 # Variant: Privileged app upgrade w/ the wrong SHA 69 # this needs to be a privileged application
|
/external/libcap/progs/ |
quicktest.sh | 48 # Make a local non-setuid-0 version of capsh and call it privileged 49 cp ./capsh ./privileged && chmod -s ./privileged 56 ./setcap all=ep ./privileged 61 ./setcap cap_setuid,cap_setgid=ep ./privileged 63 echo "Failed to set limited capabilities on privileged file" 88 rm -f privileged 102 # suppress uid=0 privilege and test this privileged 103 pass_capsh --secbits=0x2f --print -- -c "./privileged --user=nobody" 106 fail_capsh --drop=cap_setuid --secbits=0x2f --print -- -c "./privileged --user=nobody [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
datastore_hooks.py | 48 """Allows the current request to act as a privileged user. 56 request.registry['privileged'] = True 60 """Allows the current request to act as a privileged user only ONCE. 71 """Disallows the current request to act as a privileged user only.""" 77 """Checks whether the request is considered privileged.""" 90 if request.registry.get('privileged', False): 102 """Checks if the current user is internal, or the request is privileged. 105 privileged domain; but some privileged requests, such as task queue tasks, 106 are also considered privileged [all...] |
/frameworks/base/packages/CtsShim/ |
Android.mk | 20 # Variant: Privileged app 26 # this needs to be a privileged application
|
/frameworks/base/core/java/android/app/ |
IUiAutomationConnection.aidl | 27 * This interface contains privileged operations a shell program can perform 30 * not. Running privileged operations by the shell user on behalf of an
|
/libcore/ojluni/src/main/java/sun/security/action/ |
GetIntegerAction.java | 30 * as a privileged action. 36 * property named <code>"prop"</code> as a privileged action. Since it does 51 * property named <code>"prop"</code> as a privileged action, and also passes
|
GetBooleanAction.java | 30 * as a privileged action. 36 * property named <code>"prop"</code> as a privileged action: <p>
|
LoadLibraryAction.java | 29 * A convenience class for loading a system library as a privileged action. 35 * <code>"lib"</code> as a privileged action: <p>
|
GetPropertyAction.java | 30 * property as a privileged action. 36 * property named <code>"prop"</code> as a privileged action: <p>
|
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/ |
PrivilegedUpdateTest.java | 32 /** Package name of the privileged CTS shim */ 55 * Tests the filter priorities for a privileged package are set correctly. 57 * Privileged packages can obtain higher priorities except for those on 71 * Tests the filter priorities for a privileged package are set correctly after update.
|
/external/skia/src/gpu/ |
GrRenderTargetPriv.h | 14 This class is purely a privileged window into GrRenderTarget. It should never have additional
|
/frameworks/base/core/java/android/net/ |
INetworkScoreCache.aidl | 28 * <p>A proper implementation should throw SecurityException whenever the caller is not privileged.
|
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkStatsAccess.java | 85 * <li>Apps with the (signature/privileged) READ_NETWORK_USAGE_HISTORY permission. 97 * <li>Carrier-privileged applications. 118 // Carrier-privileged apps and device owners, and the system can access data usage for 132 // Apps with the AppOps permission, profile owners, and apps with the privileged
|
/packages/services/Car/tests/android_support_car_api_test/ |
Android.mk | 25 # for system|privileged permission.
|
/system/sepolicy/ |
mediadrmserver.te | 66 # do not allow privileged socket ioctl commands
|
priv_app.te | 2 ### A domain for further sandboxing privileged apps. 22 # Used by: https://play.privileged.com/store/apps/details?id=jackpal.androidterm 117 # Do not allow privileged apps to register services. 122 # Do not allow privileged apps to connect to the property service
|
system_app.te | 3 # com.android.settings. These are not as privileged as the system
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips32.s | 28 # privileged instructions
|
/cts/tests/tests/permission2/res/raw/ |
android_manifest.xml | [all...] |
/frameworks/base/core/res/ |
AndroidManifest.xml | [all...] |
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/ |
Android.mk | 39 # Variant: Privileged app upgrade 70 # Variant: Privileged app upgrade (wrong SHA)
|
/external/guice/core/src/com/google/inject/internal/ |
InternalFlags.java | 99 * Gets the system option indicated by the specified key; runs as a privileged action. 111 * Gets the system option indicated by the specified key; runs as a privileged action.
|