Home
last modified time | relevance | path

Searched +full:- +full:- +full:deny (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/external/libcups/conf/
Dcupsd.conf.in6 # Log general information in error_log - change "@CUPS_LOG_LEVEL@" to "debug"
27 Order allow,deny
32 Order allow,deny
39 Order allow,deny
46 Order allow,deny
57 # Job-related operations must be done by the owner or an administrator...
58 <Limit Create-Job Print-Job Print-URI Validate-Job>
59 Order deny,allow
62-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subsc…
64 Order deny,allow
[all …]
/external/rust/beto-rust/common/
DCargo.toml13 default-members = ["build_scripts"]
17 missing_docs = "deny"
18 trivial_casts = "deny"
19 trivial_numeric_casts = "deny"
20 unsafe_code = "deny"
21 unsafe_op_in_unsafe_fn = "deny"
22 unused_extern_crates = "deny"
23 unused_import_braces = "deny"
24 unused_results = "deny"
27 expect_used = "deny"
[all …]
Ddeny.toml4 # * deny - An error will be produced and the check will fail
5 # * warn - A warning will be produced, but the check will not fail
6 # * allow - No warning or error will be produced, though in some cases a note
13 # only the specified targets will be checked when running `cargo deny check`.
23 #{ triple = "x86_64-unknown-linux-musl" },
27 #{ triple = "wasm32-unknown-unknown", features = ["atomics"] },
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
36 db-path = "~/.cargo/advisory-db"
38 db-urls = ["https://github.com/rustsec/advisory-db"]
[all …]
/external/rust/crates/coset/
Ddeny.toml1 # Configuration used for dependency checking with cargo-deny.
4 # https://embarkstudios.github.io/cargo-deny/checks/cfg.html
6 { triple = "x86_64-unknown-linux-gnu" },
7 { triple = "x86_64-apple-darwin" },
8 { triple = "x86_64-pc-windows-msvc" },
11 # Deny all advisories unless explicitly ignored.
13 vulnerability = "deny"
14 unmaintained = "deny"
15 yanked = "deny"
16 notice = "deny"
[all …]
/external/boringssl/src/rust/bssl-crypto/
Ddeny.toml4 # * deny - An error will be produced and the check will fail
5 # * warn - A warning will be produced, but the check will not fail
6 # * allow - No warning or error will be produced, though in some cases a note
13 # only the specified targets will be checked when running `cargo deny check`.
23 #{ triple = "x86_64-unknown-linux-musl" },
27 #{ triple = "wasm32-unknown-unknown", features = ["atomics"] },
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
35 db-path = "~/.cargo/advisory-db"
37 db-urls = ["https://github.com/rustsec/advisory-db"]
[all …]
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/
Ddeny.toml4 # * deny - An error will be produced and the check will fail
5 # * warn - A warning will be produced, but the check will not fail
6 # * allow - No warning or error will be produced, though in some cases a note
13 # only the specified targets will be checked when running `cargo deny check`.
23 #{ triple = "x86_64-unknown-linux-musl" },
27 #{ triple = "wasm32-unknown-unknown", features = ["atomics"] },
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
35 db-path = "~/.cargo/advisory-db"
37 db-urls = ["https://github.com/rustsec/advisory-db"]
[all …]
/external/rust/beto-rust/remoteauth/
Ddeny.toml4 # * deny - An error will be produced and the check will fail
5 # * warn - A warning will be produced, but the check will not fail
6 # * allow - No warning or error will be produced, though in some cases a note
13 # only the specified targets will be checked when running `cargo deny check`.
23 #{ triple = "x86_64-unknown-linux-musl" },
27 #{ triple = "wasm32-unknown-unknown", features = ["atomics"] },
30 # This section is considered when running `cargo deny check advisories`
32 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
35 db-path = "~/.cargo/advisory-db"
37 db-urls = ["https://github.com/rustsec/advisory-db"]
[all …]
/external/googleapis/google/cloud/policytroubleshooter/iam/v3beta/
Dtroubleshooter.proto7 // http://www.apache.org/licenses/LICENSE-2.0
41 "https://www.googleapis.com/auth/cloud-platform";
77 // Whether IAM deny policies deny the principal the permission.
82 // The deny policy denies the principal the permission.
85 // The deny policy doesn't deny the principal the permission.
88 // The deny policy denies the principal the permission if a condition
94 // The sender of the request does not have access to all of the deny policies
213 // An explanation of how the applicable IAM deny policies affect the final
222 // `my-service-account@my-project.iam.gserviceaccount.com`.
229 // `//compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance`.
[all …]
/external/googleapis/google/cloud/policytroubleshooter/iam/v3/
Dtroubleshooter.proto7 // http://www.apache.org/licenses/LICENSE-2.0
44 "https://www.googleapis.com/auth/cloud-platform";
80 // Whether IAM deny policies deny the principal the permission.
85 // The deny policy denies the principal the permission.
88 // The deny policy doesn't deny the principal the permission.
91 // The deny policy denies the principal the permission if a condition
97 // The sender of the request does not have access to all of the deny policies
216 // An explanation of how the applicable IAM deny policies affect the final
225 // `my-service-account@my-project.iam.gserviceaccount.com`.
232 // `//compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance`.
[all …]
/external/rust/beto-rust/nearby/
DCargo.toml45 missing_docs = "deny"
46 trivial_casts = "deny"
47 trivial_numeric_casts = "deny"
48 unsafe_code = "deny"
49 unsafe_op_in_unsafe_fn = "deny"
50 unused_extern_crates = "deny"
51 unused_import_braces = "deny"
52 unused_results = "deny"
55 expect_used = "deny"
56 indexing_slicing = "deny"
[all …]
Ddeny.toml4 # * deny - An error will be produced and the check will fail
5 # * warn - A warning will be produced, but the check will not fail
6 # * allow - No warning or error will be produced, though in some cases a note
12 # This section is considered when running `cargo deny check advisories`
14 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
17 db-path = "~/.cargo/advisory-db"
19 db-urls = ["https://github.com/rustsec/advisory-db"]
26 # "RUSTSEC-FOO",
31 # * None - CVSS Score 0.0
32 # * Low - CVSS Score 0.1 - 3.9
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DExamplesRestrictionsNamespaceOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
106 * The list of deny tags.
109 * <code>repeated string deny = 3;</code>
111 * @return A list containing the deny.
118 * The list of deny tags.
121 * <code>repeated string deny = 3;</code>
123 * @return The count of deny.
130 * The list of deny tags.
133 * <code>repeated string deny = 3;</code>
136 * @return The deny at the given index.
[all …]
DExamplesRestrictionsNamespace.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Restrictions namespace for example-based explanations overrides.
194 * The list of deny tags.
197 * <code>repeated string deny = 3;</code>
199 * @return A list containing the deny.
208 * The list of deny tags.
211 * <code>repeated string deny = 3;</code>
213 * @return The count of deny.
222 * The list of deny tags.
225 * <code>repeated string deny = 3;</code>
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DExamplesRestrictionsNamespaceOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
106 * The list of deny tags.
109 * <code>repeated string deny = 3;</code>
111 * @return A list containing the deny.
118 * The list of deny tags.
121 * <code>repeated string deny = 3;</code>
123 * @return The count of deny.
130 * The list of deny tags.
133 * <code>repeated string deny = 3;</code>
136 * @return The deny at the given index.
[all …]
DExamplesRestrictionsNamespace.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Restrictions namespace for example-based explanations overrides.
194 * The list of deny tags.
197 * <code>repeated string deny = 3;</code>
199 * @return A list containing the deny.
208 * The list of deny tags.
211 * <code>repeated string deny = 3;</code>
213 * @return The count of deny.
222 * The list of deny tags.
225 * <code>repeated string deny = 3;</code>
[all …]
/external/sdk-platform-java/java-iam/proto-google-iam-v2beta/src/main/java/com/google/iam/v2beta/
DDenyRuleOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/iam/v2beta/deny.proto
50 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
52 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
53 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
55 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.…
93 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
95 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
96 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
98 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.…
[all …]
DDenyRule.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/iam/v2beta/deny.proto
25 * A deny rule in an IAM deny policy.
100 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
102 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
103 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
105 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.…
145 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
147 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
148 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
[all …]
/external/sdk-platform-java/java-iam/proto-google-iam-v2/src/main/java/com/google/iam/v2/
DDenyRuleOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/iam/v2/deny.proto
50 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
52 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
53 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
55 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.…
93 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
95 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
96 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
98 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.…
[all …]
DDenyRule.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/iam/v2/deny.proto
25 * A deny rule in an IAM deny policy.
98 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
100 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
101 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
103 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.…
143 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
145 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account&#64;iam.gservice…
146 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u…
[all …]
/external/googleapis/google/iam/v2beta/
Ddeny.proto7 // http://www.apache.org/licenses/LICENSE-2.0
28 // A deny rule in an IAM deny policy.
56 // * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
58 …// `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gserviceacc…
60 …// * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={…
62 …// `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gse…
72 // The identities that are excluded from the deny rule, even if they are
97 // The condition that determines whether this deny rule applies to a request.
98 // If the condition expression evaluates to `true`, then the deny rule is
99 // applied; otherwise, the deny rule is not applied.
[all …]
/external/sdk-platform-java/java-iam/proto-google-iam-v2/src/main/proto/google/iam/v2/
Ddeny.proto7 // http://www.apache.org/licenses/LICENSE-2.0
28 // A deny rule in an IAM deny policy.
56 // * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
58 …// `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gserviceacc…
60 …// * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={…
62 …// `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gse…
72 // The identities that are excluded from the deny rule, even if they are
97 // The condition that determines whether this deny rule applies to a request.
98 // If the condition expression evaluates to `true`, then the deny rule is
99 // applied; otherwise, the deny rule is not applied.
[all …]
/external/sdk-platform-java/java-iam/proto-google-iam-v2beta/src/main/proto/google/iam/v2beta/
Ddeny.proto7 // http://www.apache.org/licenses/LICENSE-2.0
28 // A deny rule in an IAM deny policy.
56 // * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
58 …// `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gserviceacc…
60 …// * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={…
62 …// `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gse…
72 // The identities that are excluded from the deny rule, even if they are
97 // The condition that determines whether this deny rule applies to a request.
98 // If the condition expression evaluates to `true`, then the deny rule is
99 // applied; otherwise, the deny rule is not applied.
[all …]
/external/googleapis/google/iam/v2/
Ddeny.proto7 // http://www.apache.org/licenses/LICENSE-2.0
28 // A deny rule in an IAM deny policy.
56 // * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`:
58 …// `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gserviceacc…
60 …// * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={…
62 …// `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gse…
72 // The identities that are excluded from the deny rule, even if they are
97 // The condition that determines whether this deny rule applies to a request.
98 // If the condition expression evaluates to `true`, then the deny rule is
99 // applied; otherwise, the deny rule is not applied.
[all …]
/external/compiler-rt/test/asan/TestCases/Darwin/
Dsandbox-symbolizer.cc1 // In a non-forking sandbox, we can't spawn an external symbolizer, but dladdr()
6 // RUN: %clangxx_asan -O0 %s -o %t
7 // RUN: not %run sandbox-exec -p '(version 1)(allow default)(deny process-fork)' %t 2>&1 | FileChec…
8 // RUN: not %run sandbox-exec -p '(version 1)(allow default)(deny mach-priv-task-port)' %t 2>&1 | F…
9 …UN: env ASAN_SYMBOLIZER_PATH="" not %run sandbox-exec -p '(version 1)(allow default)(deny mach-pri…
10 // RUN: %clangxx_asan -O3 %s -o %t
11 // RUN: not %run sandbox-exec -p '(version 1)(allow default)(deny process-fork)' %t 2>&1 | FileChec…
12 // RUN: not %run sandbox-exec -p '(version 1)(allow default)(deny mach-priv-task-port)' %t 2>&1 | F…
13 …UN: env ASAN_SYMBOLIZER_PATH="" not %run sandbox-exec -p '(version 1)(allow default)(deny mach-pri…
20 // CHECK: {{.*ERROR: AddressSanitizer: heap-use-after-free on address}} in main()
/external/libcups/man/
Dcupsd.conf.54 .\" Copyright © 2007-2021 by Apple Inc.
5 .\" Copyright © 1997-2006 by Easy Software Products.
12 cupsd.conf \- server configuration file for cups
23 The configuration directive name and values are case-insensitive.
25 .SS TOP-LEVEL DIRECTIVES
26 The following top-level directives are understood by
51 Specifies a list of Bonjour sub-types to advertise for each shared printer.
108 Specifies the default paper size for new print queues. "Auto" uses a locale-specific default, while…
113 \fBDefaultPolicy \fIpolicy-name\fR
132 Specifies the fully-qualified domain name for the server that is used for Bonjour sharing.
[all …]

12345678910>>...43