Home
last modified time | relevance | path

Searched refs:deny (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/toybox/toys/lsb/
Dsu.c63 if (*shp->sp_pwdp != '$') goto deny;
64 if (read_password(toybuf, sizeof(toybuf), "Password: ")) goto deny;
67 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny;
90 deny:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf13 <deny own="fi.w1.wpa_supplicant1"/>
14 <deny send_destination="fi.w1.wpa_supplicant1"/>
15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf13 <deny own="fi.w1.wpa_supplicant1"/>
14 <deny send_destination="fi.w1.wpa_supplicant1"/>
15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
Dorg.libwebsockets.wsclientproxy.conf10 <deny own="org.libwebsockets.wsclientproxy"/>
11 <deny send_destination="org.libwebsockets.wsclientproxy"/>
/third_party/grpc/src/proto/grpc/auth/v1/
Dauthz_policy.proto113 // Optional. List of deny rules to match. If a request matches any of the deny
114 // rules, then it will be denied. If none of the deny rules matches or there are
115 // no deny rules, the allow rules will be evaluated.
119 // after the deny rules. If a request matches any of the allow rules, then it will
/third_party/selinux/libselinux/src/
Dmapping.c41 bool deny = (security_deny_unknown() == 1); in selinux_set_mapping() local
107 deny ? "denied" : "allowed"); in selinux_set_mapping()
/third_party/curl/src/
Dtool_paramhlp.c329 enum e_action { allow, deny, set } action = allow; in proto2num() enumerator
340 action = deny; in proto2num()
354 case deny: in proto2num()
/third_party/selinux/secilc/docs/
Dcil_policy_config_statements.md69 <td align="left"><p>A keyword of either <code>allow</code>, <code>deny</code> or <code>reject</code…
71 <p><code> deny</code> unknown class / permissions (the default). This will set the returned AV w…
/third_party/curl/tests/data/
Dtest124535 --proto deny must override --proto-redir allow
Dtest49348 # we let it CONNECT to the server to confirm HSTS but deny from there
/third_party/selinux/secilc/test/
Dopt-expected.cil1 (handleunknown deny)
Dopt-input.cil1 (handleunknown deny)
/third_party/ntfs-3g/libntfs-3g/
Dacls.c3048 mode_t deny; in norm_std_permissions_posix() local
3097 deny = pxace[j].perms | denywrld; in norm_std_permissions_posix()
3100 deny = denywrld; in norm_std_permissions_posix()
3108 deny |= pxace[j].perms; in norm_std_permissions_posix()
3118 perms = ~deny; in norm_std_permissions_posix()
3120 perms = allow & ~deny; in norm_std_permissions_posix()
3124 perms = (allow | grantgrps | grantwrld) & ~deny; in norm_std_permissions_posix()
3129 & ~deny; in norm_std_permissions_posix()
3134 perms = (allow | grantwrld) & ~deny; in norm_std_permissions_posix()
3138 perms = (allow | grantwrld) & ~deny; in norm_std_permissions_posix()
[all …]
/third_party/node/deps/npm/node_modules/socks-proxy-agent/test/
Dtest.js22 socksServer = socks.createServer(function(info, accept, deny) { argument
/third_party/gstreamer/gstreamer/docs/random/wtay/
Deos-1901200146 EOS denial: An element can deny an EOS call by returning FALSE on the
/third_party/libwebsockets/READMEs/
DREADME.content-security-policy.md27 "x-frame-options": "deny",
/third_party/skia/third_party/externals/expat/expat/
DChanges167 #360 CMake: Detect and deny unsupported build combinations
225 and deny internal entities closing the doctype;
377 #188 Autotools: Detect and deny SGML docbook2man as ours is XML
/third_party/expat/
DChanges182 #360 CMake: Detect and deny unsupported build combinations
240 and deny internal entities closing the doctype;
392 #188 Autotools: Detect and deny SGML docbook2man as ours is XML
/third_party/boost/libs/beast/doc/qbk/08_design/
D4_faq.qbk69 Users can work with HTTP/1 now; we should not deny them that
/third_party/curl/docs/
DTheArtOfHttpScripting.md157 will make curl issue a HEAD request. In some special cases servers deny the
581 bundle. Failing the verification will cause curl to deny the connection. You
/third_party/e2fsprogs/ext2ed/
DCOPYRIGHT36 anyone to deny you these rights or to ask you to surrender the rights.
/third_party/flutter/skia/third_party/externals/freetype/docs/
DGPLv2.TXT29 anyone to deny you these rights or to ask you to surrender the rights.
/third_party/iptables/
DCOPYING29 anyone to deny you these rights or to ask you to surrender the rights.
/third_party/gettext/gettext-runtime/libasprintf/
Dgpl.texi35 anyone to deny you these rights or to ask you to surrender the rights.
/third_party/skia/third_party/externals/freetype/docs/
DGPLv2.TXT29 anyone to deny you these rights or to ask you to surrender the rights.

12345