Home
last modified time | relevance | path

Searched +full:security +full:- +full:events (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/external/selinux/libselinux/man/man3/
Davc_add_callback.31 .\" Hey Emacs! This file is -*- nroff -*- source.
6 avc_add_callback \- additional event notification for SELinux userspace object managers
26 .BI "uint32_t " events ", security_id_t " ssid ,
35 is used to register callback functions on security events. The purpose of this functionality is to…
37 .I events
39 .RI bitwise- or
40 of security events on which to register the callback; see
41 .B SECURITY EVENTS
60 argument indicates the security event which occurred; the remaining arguments
62 of the callback should be zero on success, \-1 on error with
[all …]
Dselinux_status_open.35 selinux_status_deny_unknown \- reference the SELinux kernel status
27 entry. It enables userspace applications to mmap this page with read-only
31 access control; such as row-level security in databases, it will face
35 These functions provides applications a way to know some kernel events
36 without system-call invocation or worker thread for monitoring.
44 it in read-only mode. The file-descriptor and pointer to the page shall
60 processes status update events. There are two kinds of status updates.
62 events will change the effective enforcing state used within the AVC, and
64 events will result in a cache flush.
67 1 if there have been updates since the last call, or \-1 on error.
[all …]
/external/selinux/libselinux/include/selinux/
Davc.h30 * avc_sid_to_context - get copy of context corresponding to SID.
34 * Return a copy of the security context corresponding to the input
36 * free the context with freecon(). Return %0 on success, -%1 on
44 * avc_context_to_sid - get SID for context.
45 * @ctx: input security context
48 * Look up security context @ctx in SID table, making
52 * returning %0 on success or -%1 on error with @errno set.
58 * sidget - increment SID reference counter.
74 * sidput - decrement SID reference counter.
81 * be called to obtain a new SID for the security context.
[all …]
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 // https://github.com/grpc/proposal/blob/master/A14-channelz.md
20 // https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto
84 // https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
106 // A trace of recent events on the channel. May be absent.
113 // The number of calls that have completed with a non-OK status
125 // The supported severity levels of trace events.
146 // ChannelTrace represents the recent events that have occurred on the channel.
148 // Number of events ever logged in this tracing object. This can differ from
149 // events.size() because events can be overwritten or garbage collected by
[all …]
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 // https://github.com/grpc/proposal/blob/master/A14-channelz.md
20 // https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto
84 // https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
106 // A trace of recent events on the channel. May be absent.
113 // The number of calls that have completed with a non-OK status
125 // The supported severity levels of trace events.
146 // ChannelTrace represents the recent events that have occurred on the channel.
148 // Number of events ever logged in this tracing object. This can differ from
149 // events.size() because events can be overwritten or garbage collected by
[all …]
/external/python/google-api-python-client/docs/dyn/
Dsecuritycenter_v1.organizations.notificationConfigs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dandroidmanagement_v1.enterprises.devices.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/libwebsockets/READMEs/
DREADME.content-security-policy.md1 ## Using Content Security Policy (CSP)
7 new headers describing the security policy for the content, then
24-security-policy": "default-src 'none'; img-src 'self' data:; script-src 'self'; font-src 'self'; …
25 "x-content-type-options": "nosniff",
26 "x-xss-protection": "1; mode=block",
27 "x-frame-options": "deny",
28 "referrer-policy": "no-referrer"
38 provide a very significant increase in client security.
43 with `default-src 'none'` which disables everything, and then allow the
55 <meta charset=utf-8 http-equiv="Content-Language" content="en"/>
[all …]
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/channelz/
Dchannelz.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 // https://github.com/grpc/proposal/blob/master/A14-channelz.md
20 // https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto
84 // https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
106 // A trace of recent events on the channel. May be absent.
113 // The number of calls that have completed with a non-OK status
125 // The supported severity levels of trace events.
146 // ChannelTrace represents the recent events that have occurred on the channel.
148 // Number of events ever logged in this tracing object. This can differ from
149 // events.size() because events can be overwritten or garbage collected by
[all …]
/external/selinux/libselinux/src/
Davc.c45 uint32_t events; member
66 & (AVC_CACHE_SLOTS - 1); in avc_hash()
87 return -1; in avc_context_to_sid()
101 *ctx = strdup(sid->ctx); /* caller must free via freecon */ in avc_sid_to_context_raw()
102 rc = *ctx ? 0 : -1; in avc_sid_to_context_raw()
160 strncpy(avc_prefix, prefix, AVC_PREFIX_SIZE - 1); in avc_init_internal()
188 rc = -1; in avc_init_internal()
201 new->next = avc_node_freelist; in avc_init_internal()
232 while (nopts--) in avc_open()
285 node = node->next; in avc_av_stats()
[all …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java8 * http://www.apache.org/licenses/LICENSE-2.0
26 import java.security.cert.Certificate;
67 private static final long serialVersionUID = -7883772124944661414L;
483 public final List<Event> events; field in InternalChannelz.ChannelTrace
485 private ChannelTrace(long numEventsLogged, long creationTimeNanos, List<Event> events) { in ChannelTrace() argument
488 this.events = events; in ChannelTrace()
494 private List<Event> events = Collections.emptyList(); field in InternalChannelz.ChannelTrace.Builder
506 public Builder setEvents(List<Event> events) { in setEvents() argument
507 this.events = Collections.unmodifiableList(new ArrayList<>(events)); in setEvents()
515 return new ChannelTrace(numEventsLogged, creationTimeNanos, events); in build()
[all …]
/external/kernel-headers/original/uapi/linux/
Daudit.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /* audit.h -- Auditing support
4 * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 #include <linux/elf-em.h>
32 * 1000 - 1099 are for commanding the audit system
33 * 1100 - 1199 user space trusted application messages
34 * 1200 - 1299 messages internal to the audit daemon
35 * 1300 - 1399 audit event messages
36 * 1400 - 1499 SE Linux use
[all …]
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzProtoUtil.java8 * http://www.apache.org/licenses/LICENSE-2.0
54 import io.grpc.channelz.v1.Security;
55 import io.grpc.channelz.v1.Security.OtherSecurity;
56 import io.grpc.channelz.v1.Security.Tls;
72 import java.security.cert.CertificateEncodingException;
145 static Security toSecurity(InternalChannelz.Security security) { in toSecurity() argument
146 Preconditions.checkNotNull(security); in toSecurity()
148 security.tls != null ^ security.other != null, in toSecurity()
150 if (security.tls != null) { in toSecurity()
152 = Tls.newBuilder().setStandardName(security.tls.cipherSuiteStandardName); in toSecurity()
[all …]
/external/perfetto/docs/
Dtoc.md4 * [Record traces on Android](quickstart/android-tracing.md)
5 * [Record traces on Linux](quickstart/linux-tracing.md)
6 * [SQL analysis and metrics](quickstart/trace-analysis.md)
8 * [Heap profiling](quickstart/heap-profiling.md)
9 * [Callstack sampling on Android](quickstart/callstack-sampling.md)
12 * [Android boot tracing](case-studies/android-boot-tracing.md)
13 * [Debugging memory usage](case-studies/memory.md)
17 * [Counters and events](data-sources/memory-counters.md)
18 * [Native heap profiler](data-sources/native-heap-profiler.md)
19 * [Java heap profiler](data-sources/java-heap-profiler.md)
[all …]
/external/bcc/tools/
Dcapable.py2 # @lint-avoid-python-3-compatibility-imports
4 # capable Trace security capabilitiy checks (cap_capable()).
7 # USAGE: capable [-h] [-v] [-p PID] [-K] [-U]
12 # 13-Sep-2016 Brendan Gregg Created this.
26 ./capable -v # verbose: include non-audit checks
27 ./capable -p 181 # only trace PID 181
28 ./capable -K # add kernel stacks to trace
29 ./capable -U # add user-space stacks to trace
30 ./capable -x # extra fields: show TID and INSETID columns
31 ./capable --unique # don't repeat stacks for the same pid or cgroup
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog3 2022-01-16 - v2.10
5 - improved protection against side channel attacks
6 [https://w1.fi/security/2022-1/]
7 - added support for the hash-to-element mechanism (sae_pwe=1 or
10 - fixed PMKSA caching with OKC
11 - added support for SAE-PK
12 * EAP-pwd changes
13 - improved protection against side channel attacks
14 [https://w1.fi/security/2022-1/]
17 [https://w1.fi/security/2021-1/]
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/android/internal/
DAndroidTestEnvironmentTest.java20 import java.security.GeneralSecurityException;
21 import java.security.MessageDigest;
22 import java.security.NoSuchAlgorithmException;
23 import java.security.cert.CertificateException;
24 import java.security.cert.CertificateFactory;
106 new Thread(() -> { in setUpApplicationState_setsMainThread_onAnotherThread()
137 Cipher aesCipher = Cipher.getInstance("RSA/None/OAEPWithSHA-256AndMGF1Padding"); in testWhenConscryptModeOn_BouncyCastleInstalled()
179 String givenQualifiers = "large-land"; in setUpApplicationState_setsVersionQualifierFromSdkWithOtherQualifiers()
188 ? "nowidecg-lowdr-" in setUpApplicationState_setsVersionQualifierFromSdkWithOtherQualifiers()
191 .contains("large-notlong-notround-" + optsForO + "land-notnight-mdpi-finger-keyssoft" in setUpApplicationState_setsVersionQualifierFromSdkWithOtherQualifiers()
[all …]
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.proto8 * http://www.apache.org/licenses/LICENSE-2.0
21 // Per-CPU stats for the ftrace data source gathered from the kernel from
28 // to zero, as events are consumed regularly and moved into the userspace
32 // Number of events lost in kernel buffers due to overwriting of old events
50 // of new events that were lost because the buffer was full. This is similar
54 // The number of events read.
70 // Per-CPU stats (one entry for each CPU).
75 // trace or not. It can be used to debug kptr_restrict or security-related
84 // Atrace errors (even non-fatal ones) are reported here. A typical example is
88 // Ftrace events requested by the config but not present on device.
[all …]
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
Dcontrol.long2 # Use of this source code is governed by a BSD-style license that can be
24 ap_specs = [ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
26 ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
28 # Non-US models, which are all static
29 ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
34 # This is not going to capture re-keying events. See crbug.com/339222
Dcontrol.debug2 # Use of this source code is governed by a BSD-style license that can be
25 debug_aps = ['chromeos3-row2-rack1-host3', 'chromeos3-row2-rack1-host7']
27 # capturer_hostname = 'chromeos3-row1-rack1-host15.cros'
29 # work_client_hostname = 'chromeos3-row1-rack1-host12.cros'
30 ap_specs = [ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
33 ap_spec.APSpec(security=ap_spec.SECURITY_TYPE_WPA2PSK,
37 # going to capture re-keying events. See crbug.com/339222
/external/python/bumble/.github/workflows/
Dcodeql-analysis.yml21 - cron: '39 21 * * 4'
26 runs-on: ubuntu-latest
30 security-events: write
33 fail-fast: false
37 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
40 - name: Checkout repository
44 - name: Initialize CodeQL
45 uses: github/codeql-action/init@v2
52 …m/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/c…
53 # queries: security-extended,security-and-quality
[all …]
/external/wpa_supplicant_8/hostapd/
DChangeLog3 2022-01-16 - v2.10
5 - improved protection against side channel attacks
6 [https://w1.fi/security/2022-1/]
7 - added option send SAE Confirm immediately (sae_config_immediate=1)
9 - added support for the hash-to-element mechanism (sae_pwe=1 or
11 - fixed PMKSA caching with OKC
12 - added support for SAE-PK
13 * EAP-pwd changes
14 - improved protection against side channel attacks
15 [https://w1.fi/security/2022-1/]
[all …]
/external/bcc/man/man8/
Dcapable.81 .TH capable 8 "2020-03-08" "USER COMMANDS"
3 capable \- Trace security capability checks (cap_capable()).
5 .B capable [\-h] [\-v] [\-p PID] [\-K] [\-U] [\-x] [\-\-cgroupmap MAPPATH]
6 [\-\-mntnsmap MAPPATH] [--unique]
8 This traces security capability checks in the kernel, and prints details for
9 each call. This can be useful for general debugging, and also security
16 \-h
19 \-v
20 Include non-audit capability checks. These are those deemed not interesting and
24 \-K
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dessentialcontacts.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
127 "SECURITY",
138 … "Notifications related to security/privacy incidents, notifications, and vulnerabilities.",
139 … "Notifications related to technical events and issues such as outages, errors, or bugs.",
[all …]
/external/libcups/conf/
Dcups-files.conf.in3 # See "man cups-files.conf" for a complete description of this file.
6 # List of events that are considered fatal errors for the scheduler...
13 # any user or group that resolves to ID 0 for security reasons...
18 # This cannot contain the Group value for security reasons...
92 # directory locations for security reasons...

12345678910>>...18