Home
last modified time | relevance | path

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

12345678910

/third_party/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 …]
/third_party/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 …]
/third_party/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 …]
/third_party/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 …]
/third_party/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()
233 nopts--; in avc_open()
287 node = node->next; in avc_av_stats()
[all …]
/third_party/grpc/doc/
Dtrace_flags.md1 <!---
3 --->
6 ----------------
8 The `GRPC_TRACE` environment variable supports a comma-separated list of tracer
12 - api - API calls to the C core.
13 - backend_metric - C++ backend metric recorder APIs.
14 - backend_metric_filter - Filter that populates backend metric data in server trailing metadata.
15 - bdp_estimator - Behavior of bdp estimation logic.
16 - call - Traces operations on a call through the gRPC stack.
17 - call_error - Possible errors contributing to final call statuses.
[all …]
Dversioning.md5 All gRPC implementations use a three-part version number (`vX.Y.Z`) and follow [semantic versioning…
6 - **Major version bumps** only happen on rare occasions. In order to qualify for a major version bu…
7 - **Minor version bumps** happen approx. every 6 weeks as part of the normal release cycle as defin…
8 - **Patch version bump** corresponds to bugfixes done on release branch.
11 - A **minor** version will not necessarily add new functionality. This follows from the fact that w…
12 - Backward compatibility can be broken by a **minor** release if the API affected by the change was…
15 - New implementations start at v0.x.y version and until they reach 1.0, they are considered not rea…
16 - The "1.0" release has semantics of GA (generally available) and being production ready. Requireme…
17 - basic RPC features are feature complete and tested
18 - implementation is tested for interoperability with other languages
[all …]
/third_party/libcoap/include/coap3/
Dcoap_event.h2 * coap_event.h -- libcoap Event API
5 * Copyright (C) 2021-2023 Jon Shallow <supjps-libcoap@jpshallow.com>
7 * SPDX-License-Identifier: BSD-2-Clause
25 * @defgroup events Event Handling
26 * API for event delivery from lower-layer library functions.
31 * Scalar type to represent different events, e.g. DTLS events or
36 * (D)TLS events for COAP_PROTO_DTLS and COAP_PROTO_TLS
48 * TCP events for COAP_PROTO_TCP and COAP_PROTO_TLS
58 * CSM exchange events for reliable protocols only
68 * (Q-)Block errors
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog3 2024-07-20 - v2.11
4 * Wi-Fi Easy Connect
5 - add support for DPP release 3
6 - allow Configurator parameters to be provided during config exchange
8 - add support for GCM-AES-256 cipher suite
9 - remove incorrect EAP Session-Id length constraint
10 - add hardware offload support for additional drivers
11 * HE/IEEE 802.11ax/Wi-Fi 6
12 - support BSS color updates
13 - various fixes
[all …]
/third_party/pcre2/pcre2/.github/workflows/
Dscorecards.yml1 name: Scorecards supply-chain security
6 - cron: '23 17 * * 1'
11 permissions: read-all
16 runs-on: ubuntu-latest
18 # Needed to upload the results to code-scanning dashboard.
19 security-events: write
24 - name: "Checkout code"
27 persist-credentials: false
29 - name: "Run analysis"
30 uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1.1.1
[all …]
Dcodeql.yml21 - cron: '27 6 * * 4'
24 permissions: read-all
29 runs-on: ubuntu-latest
33 security-events: write
36 fail-fast: false
40 # Learn more about CodeQL language support at https://git.io/codeql-language-support
43 - name: Checkout repository
47 - name: Initialize CodeQL
48 uses: github/codeql-action/init@v2
54 # queries: ./path/to/local/query, your-org/your-repo/queries@main
[all …]
/third_party/vulkan-loader/.github/workflows/
Dcodeql.yml7 # http://www.apache.org/licenses/LICENSE-2.0
26 - cron: '26 7 * * 1'
34 # - https://gh.io/recommended-hardware-resources-for-running-codeql
35 # - https://gh.io/supported-runners-and-hardware-resources
36 # - https://gh.io/using-larger-runners
38 runs-on: 'ubuntu-latest'
39 timeout-minutes: 360
43 security-events: write
46 fail-fast: false
51 - name: Checkout repository
[all …]
/third_party/openhitls/.github/workflows/
Dcodeql.yml20 - cron: '21 1 * * 0'
26 # - https://gh.io/recommended-hardware-resources-for-running-codeql
27 # - https://gh.io/supported-runners-and-hardware-resources
28 # - https://gh.io/using-larger-runners (GitHub.com only)
30 runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
33 security-events: write
43 fail-fast: false
46 - language: actions
47 build-mode: none
48 - language: c-cpp
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - allow the set of groups to be configured (eap_pwd_groups)
11 - improved protection against side channel attacks
12 [https://w1.fi/security/2019-6/]
13 * fixed FT-EAP initial mobility domain association using PMKSA caching
[all …]
/third_party/cups/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...
16 # any user or group that resolves to ID 0 for security reasons...
21 # This cannot contain the Group value for security reasons...
86 # directory locations for security reasons...
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DChangeLog3 2024-07-20 - v2.11
4 * Wi-Fi Easy Connect
5 - add support for DPP release 3
6 - allow Configurator parameters to be provided during config exchange
7 * HE/IEEE 802.11ax/Wi-Fi 6
8 - various fixes
9 * EHT/IEEE 802.11be/Wi-Fi 7
10 - add preliminary support
15 * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3)
16 * EAP-SIM/AKA: support IMSI privacy
[all …]
/third_party/cups/scheduler/
Dsubscriptions.h4 * Copyright © 2020-2024 by OpenPrinting.
5 * Copyright 2007-2010 by Apple Inc.
6 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
17 /* Individual printer events... */
26 /* Sent after finishings-supported changed */
28 /* Sent after media-supported changed */
42 /* Individual job events... */
48 /* Sent after set-job-attributes */
55 /* Server events... */
59 CUPSD_EVENT_SERVER_AUDIT = 0x100000, /* Security-related stuff */
[all …]
/third_party/grpc/src/core/lib/debug/
Dtrace_flags.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
63 description: Operations of the c-ares based DNS resolver's address sorter.
66 description: Operations of the c-ares based DNS resolver.
123 description: GCP environment auto-detection.
130 description: High-level EventEngine operations.
133 description: EventEngine-based client channel resolver state and events.
145 description: EventEngine Poller events.
203 description: In-process transport.
216 description: Out-of-band backend metric reporting client.
227 …description: Still-in-progress tags on completion queues. The `api` tracer must be enabled for thi…
[all …]
/third_party/python/Doc/library/
Dxml.dom.pulldom.rst1 :mod:`xml.dom.pulldom` --- Support for building partial DOM trees
5 :synopsis: Support for building partial DOM trees from SAX events.
11 --------------
14 asked to produce DOM-accessible fragments of the document where necessary. The
15 basic concept involves pulling "events" from a stream of incoming XML and
16 processing them. In contrast to SAX which also employs an event-driven
18 responsible for explicitly pulling events from the stream, looping over those
19 events until either processing is finished or an error condition occurs.
26 unauthenticated data see :ref:`xml-vulnerabilities`.
31 increase security by default. To enable processing of external entities,
[all …]
Dxml.sax.rst1 :mod:`xml.sax` --- Support for SAX2 parsers
13 --------------
25 :ref:`xml-vulnerabilities`.
30 to increase security. Before, the parser created network connections
66 :term:`bytes-like object`.
74 produces a sequence of events. The events then get distributed to the handler
79 the handler objects are called based on structural and syntactic events from the
107 exception --- it is also useful as a container for information.
109 When instantiated, *msg* should be a human-readable description of the error.
151 Definitions of the interfaces for application-provided objects.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - improved protection against side channel attacks
11 [https://w1.fi/security/2019-6/]
12 * fixed FT-EAP initial mobility domain association using PMKSA caching
18 * added experimental support for EAP-TEAP server (RFC 7170)
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/summary/
Dwriter.py1 # Copyright 2020-2021 Huawei Technologies Co., Ltd
7 # http://www.apache.org/licenses/LICENSE-2.0
15 """Writes events to disk in a logdir."""
29 from mindspore._c_expression import security
30 if not security.enable_security():
41 def __init__(self, filepath, max_file_size=None) -> None:
72 self._max_file_size -= required_length
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_robustness.txt43 systems have created new requirements for robustness and security
62 is particularly useful for multi-threaded usage of OpenGL contexts
68 out-of-bounds vertex buffer object fetches occur. Modern graphics
69 hardware is capable well-defined behavior in the case of out-of-
71 extra checks to enforce well-defined (and termination free)
88 * Provide an enable to guarantee that out-of-bounds buffer object
136 Certain events can result in a reset of the GL context. Such a reset
137 causes all context state to be lost. Recovery from such events
165 events, and GetGraphicsResetStatusEXT will always return
168 not allow loss of context state no matter what events occur.
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_robustness.txt43 systems have created new requirements for robustness and security
62 is particularly useful for multi-threaded usage of OpenGL contexts
68 out-of-bounds vertex buffer object fetches occur. Modern graphics
69 hardware is capable well-defined behavior in the case of out-of-
71 extra checks to enforce well-defined (and termination free)
88 * Provide an enable to guarantee that out-of-bounds buffer object
136 Certain events can result in a reset of the GL context. Such a reset
137 causes all context state to be lost. Recovery from such events
165 events, and GetGraphicsResetStatusEXT will always return
168 not allow loss of context state no matter what events occur.
[all …]

12345678910