/external/valgrind/none/tests/scripts/ |
shell.stderr.exp | 2 ./shell: ./shell.vgtest: Permission denied
|
shell.stderr.exp-illumos | 2 ./shell[13]: ./shell.vgtest: cannot execute [Permission denied]
|
shell.stderr.exp-solaris | 2 ./shell[13]: ./shell.vgtest: cannot execute [Permission denied]
|
/system/tpm/attestation/server/ |
org.chromium.Attestation.conf | 11 <!-- introspection denied -->
|
/system/tpm/tpm_manager/server/ |
org.chromium.TpmManager.conf | 15 <!-- introspection denied -->
|
/external/selinux/python/audit2allow/ |
test_audit2allow.py | 11 self.assertTrue('Permission denied' in err, 12 '"Permission denied" not found in %r' % err)
|
/prebuilts/go/darwin-x86/src/syscall/ |
errors_plan9.go | 38 EPERM = NewError("permission denied") 46 EACCES = NewError("access permission denied")
|
/prebuilts/go/linux-x86/src/syscall/ |
errors_plan9.go | 38 EPERM = NewError("permission denied") 46 EACCES = NewError("access permission denied")
|
/external/selinux/python/sepolgen/tests/test_data/ |
audit.log | 1 type=AVC msg=audit(1162850331.422:978): avc: denied { ioctl } for pid=6314 comm="pam_timestamp_c" name="[96391]" dev=pipefs ino=96391 scontext=staff_u:staff_r:pam_t:s0 tcontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tclass=fifo_file 4 type=AVC msg=audit(1162850332.318:979): avc: denied { read } for pid=6306 comm="beagled" name=".gdmDOM7HT" dev=dm-0 ino=14469552 scontext=staff_u:staff_r:staff_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file 6 type=AVC msg=audit(1162850333.186:980): avc: denied { read } for pid=6306 comm="beagled" name="max_user_instances" dev=proc ino=-268435218 scontext=staff_u:staff_r:staff_t:s0 tcontext=system_u:object_r:sysctl_fs_t:s0 tclass=file 8 type=AVC msg=audit(1162850335.022:981): avc: denied { read write } for pid=6336 comm="clock-applet" name="bonobo-activation-register.lock" dev=dm-0 ino=5434689 scontext=staff_u:staff_r:staff_t:s0 tcontext=user_u:object_r:user_tmp_t:s0 tclass=file 10 type=AVC msg=audit(1162850335.022:982): avc: denied { lock } for pid=6336 comm="clock-applet" name="bonobo-activation-register.lock" dev=dm-0 ino=5434689 scontext=staff_u:staff_r:staff_t:s0 tcontext=user_u:object_r:user_tmp_t:s0 tclass=file 15 type=AVC msg=audit(1162850343.419:985): avc: denied { search } for pid=6377 comm="su" name="root" dev=dm-0 ino=13127137 scontext=staff_u:staff_r:staff_su_t:s0 tcontext=root:object_r:user_home_dir_t:s0 tclass=dir 17 type=AVC msg=audit(1162850343.427:986): avc: denied { write } for pid=6378 comm="xauth" name=".gdmDOM7HT" dev=dm-0 ino=14469552 scontext=staff_u:staff_r:staff_xauth_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file 19 type=AVC msg=audit(1162850343.427:987): avc: denied { read } for pid=6378 comm="xauth" name=".gdmDOM7HT" dev=dm-0 ino=14469552 scontext=staff_u:staff_r:staff_xauth_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file 21 type=AVC msg=audit(1162850343.427:988): avc: denied { getattr } for pid=6378 comm="xauth" name=".gdmDOM7HT" dev=dm-0 ino=14469552 scontext=staff_u:staff_r:staff_xauth_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file 24 type=AVC msg=audit(1162850343.427:989): avc: denied { write } for pid=6377 comm="su" name="root" dev=dm-0 ino=13127137 scontext=staff_u:staff_r:staf (…) [all...] |
/developers/build/prebuilts/gradle/ScreenCapture/Application/src/main/res/values/ |
strings.xml | 20 <string name="user_cancelled">User denied screen sharing permission</string>
|
/developers/samples/android/media/ScreenCapture/Application/src/main/res/values/ |
strings.xml | 20 <string name="user_cancelled">User denied screen sharing permission</string>
|
/development/samples/browseable/ScreenCapture/res/values/ |
strings.xml | 20 <string name="user_cancelled">User denied screen sharing permission</string>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
pysource.py | 36 except OSError, err: # Permission denied - ignore the file
37 print_debug("%s: permission denied: %s" % (fullpath, err))
46 except IOError, err: # Access denied, or a special file - ignore it
47 print_debug("%s: access denied: %s" % (fullpath, err))
|
/external/autotest/client/site_tests/security_DeviceJail_AllowDeny/ |
control | 17 permission from the server listening on /dev/jail-request, or is denied
|
/external/curl/docs/cmdline-opts/ |
proto-redir.d | 6 Tells curl to limit what protocols it may use on redirect. Protocols denied by
|
/external/python/cpython2/Tools/scripts/ |
pysource.py | 36 except OSError, err: # Permission denied - ignore the file 37 print_debug("%s: permission denied: %s" % (fullpath, err)) 46 except IOError, err: # Access denied, or a special file - ignore it 47 print_debug("%s: access denied: %s" % (fullpath, err))
|
/external/python/cpython3/Tools/scripts/ |
pysource.py | 36 except OSError as err: # Permission denied - ignore the file 37 print_debug("%s: permission denied: %s" % (fullpath, err)) 46 except IOError as err: # Access denied, or a special file - ignore it 47 print_debug("%s: access denied: %s" % (fullpath, err))
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
WifiPermissionsWrapper.java | 92 * @return int representation of success or denied 104 * @return int representation of success or denied 116 * @return int representation of success or denied 128 * @return int representation of success or denied
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
IdentityScopeTest.java | 43 public Permissions denied = new Permissions(); field in class:IdentityScopeTest.MySecurityManager 45 if (denied!=null && denied.implies(permission)) throw new SecurityException(); 98 * if permission is denied than SecurityException is thrown
|
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/res/values/ |
strings.xml | 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string> 35 <string name="camera_permission_denied">Camera permission request was denied.</string>
|
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/res/values/ |
strings.xml | 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string> 35 <string name="camera_permission_denied">Camera permission request was denied.</string>
|
/developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/res/values/ |
strings.xml | 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string> 35 <string name="camera_permission_denied">Camera permission request was denied.</string>
|
/developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/Application/src/main/res/values/ |
strings.xml | 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string> 35 <string name="camera_permission_denied">Camera permission request was denied.</string>
|
/external/autotest/server/site_tests/firmware_Cr50Open/ |
firmware_Cr50Open.py | 41 if 'Access Denied' in e.message: 47 # Make sure we only got 'Access Denied' when ccd is locked out and open
|
/external/ltp/tools/pounder21/test_scripts/ |
ddhappy | 32 OLD_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE` 46 NEW_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
|