Home
last modified time | relevance | path

Searched refs:denied (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/curl/tests/data/
Dtest23611 REPLY SIZE 550 access to this file is very much denied
12 REPLY APPE 550 I said: access to this file is very much denied
13 REPLY STOR 550 I said: access to this file is very much denied
24 FTP resume upload but denied access to remote file
Dtest28917 FTP resume upload but denied access to local file
Dtest117226 HTTP/0.9 GET response denied
Dtest117426 HTTP/0.9 GET response denied by default
Dtest126223 FTP request and denied to download an older file with -z
Dtest302713 REPLY MDTM 550 Permission denied
Dtest32542 HTTPS with attempted redirect to denied HTTP
Dtest153844 e9: Access denied to remote resource
102 e67: Login denied
/third_party/python/Lib/test/support/
Dsocket_helper.py217 denied = support.ResourceDenied("Resource %r is not available" % resource_name)
238 sys.stderr.write(denied.args[0] + "\n")
239 raise denied from err
248 sys.stderr.write(denied.args[0] + "\n")
249 raise denied from err
/third_party/python/Lib/test/
Dtest___all__.py88 denied = False
91 denied = True
94 if denied:
/third_party/selinux/libselinux/src/
Davc.c696 access_vector_t denied, audited; in avc_audit() local
698 denied = requested & ~avd->allowed; in avc_audit()
699 if (denied) in avc_audit()
700 audited = denied & avd->auditdeny; in avc_audit()
702 audited = denied = requested; in avc_audit()
714 "%s: %s ", avc_prefix, (denied || !requested) ? "denied" : "granted"); in avc_audit()
725 if (denied) in avc_audit()
753 access_vector_t denied; in avc_has_perm_noaudit() local
807 denied = requested & ~(ae->avd.allowed); in avc_has_perm_noaudit()
809 if (!requested || denied) { in avc_has_perm_noaudit()
/third_party/iptables/
Dbackport-xshared-Fix-response-to-unprivileged-users.patch103 + grep_or_rc "Permission denied"
107 + grep_or_rc "Permission denied"
111 + grep_or_rc "Permission denied"
/third_party/curl/docs/cmdline-opts/
Dproto-redir.md18 Tells curl to limit what protocols it may use on redirect. Protocols denied by
/third_party/curl/docs/libcurl/opts/
DCURLOPT_REDIR_PROTOCOLS.md38 Protocols denied by CURLOPT_PROTOCOLS(3) are not overridden by this
DCURLOPT_REDIR_PROTOCOLS_STR.md37 Protocols denied by CURLOPT_PROTOCOLS_STR(3) are not overridden by this
DCURLMOPT_PUSHFUNCTION.md37 pushes are denied automatically.
/third_party/selinux/secilc/docs/
Dcil_access_vector_rules.md144 Do not audit the access rights defined when access denied. This stops excessive log entries for kno…
184 This example will not audit the denied access:
361 Do not audit the access rights defined when access denied. This stops excessive log entries for kno…
403 This example will not audit the denied access:
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-MULTI-AP85 without the Multi-AP information element will be denied.
88 with the Multi-AP information element will be denied. That is also the only
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-MULTI-AP85 without the Multi-AP information element will be denied.
88 with the Multi-AP information element will be denied. That is also the only
/third_party/libinput/doc/user/
Dbuilding.rst157 when gdm does not start because it is denied access to libinput. The journal
163 …May 25 15:28:42 localhost.localdomain audit[23268]: AVC avc: denied { execute } for pid=23268 c…
/third_party/curl/docs/libcurl/
Dlibcurl-errors.md84 We were denied access to the resource given in the URL. For FTP, this occurs
162 Failed starting the upload. For FTP, the server typically denied the STOR
349 The remote server denied curl to login (Added in 7.13.1)
/third_party/curl/packages/vms/
Dcurlmsg.msg57 FTP_ACCESS_DENIED <FTP access denied>
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_acquire_winrt_display.txt31 An application's attempt to acquire is denied if a different application has
DVK_NV_acquire_winrt_display.adoc31 An application's attempt to acquire is denied if a different application has
/third_party/curl/docs/
DHTTP3.md196 If `make install` results in `Permission denied` error, you will need to prepend it with `sudo`.
230 If `make install` results in `Permission denied` error, you will need to prepend it with `sudo`.

123456