Home
last modified time | relevance | path

Searched full:authorization (Results 1 – 25 of 226) sorted by relevance

12345678910

/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/
H A DOpenBMCAccountService.v1_0_0.json34 "description": "Authorization Methods configuration.",
42 "description": "Authorization Methods configuration.",
60 "description": "Indicates whether BasicAuth authorization is enabled.",
61 … value of this property shall be a boolean indicating whether BasicAuth authorization is enabled.",
66 "description": "Indicates whether Cookie authorization is enabled.",
67 …The value of this property shall be a boolean indicating whether Cookie authorization is enabled.",
72 "description": "Indicates whether SessionToken authorization is enabled.",
73 …lue of this property shall be a boolean indicating whether SessionToken authorization is enabled.",
78 "description": "Indicates whether TLS authorization is enabled.",
79 …: "The value of this property shall be a boolean indicating whether TLS authorization is enabled.",
[all …]
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/
H A DOpenBMCAccountService_v1.xml32 <Annotation Term="OData.Description" String="Authorization Methods configuration."/>
38 <Annotation Term="OData.Description" String="Authorization Methods configuration."/>
42 …<Annotation Term="OData.Description" String="Indicates whether BasicAuth authorization is enabled.…
43 …value of this property shall be a boolean indicating whether BasicAuth authorization is enabled."/>
47 … <Annotation Term="OData.Description" String="Indicates whether Cookie authorization is enabled."/>
48 …he value of this property shall be a boolean indicating whether Cookie authorization is enabled."/>
52 …<Annotation Term="OData.Description" String="Indicates whether SessionToken authorization is enabl…
53 …ue of this property shall be a boolean indicating whether SessionToken authorization is enabled."/>
57 … <Annotation Term="OData.Description" String="Indicates whether XToken authorization is enabled."/>
58 …he value of this property shall be a boolean indicating whether XToken authorization is enabled."/>
[all …]
/openbmc/qemu/docs/system/
H A Dauthz.rst1 .. _client authorization:
3 Client authorization
8 their identity. If the authorization identity database is scoped to the QEMU
12 finer grained authorization on clients post-authentication.
36 the certificate can be used as an identity in the QEMU authorization
47 in, it can be used with the QEMU authorization framework.
49 Authorization drivers
52 The QEMU authorization framework is a general purpose design with choice of
60 This authorization driver provides a simple mechanism for granting access
96 clients. This authorization driver provides a list mechanism for granting
[all …]
/openbmc/qemu/qapi/
H A Dauthz.json5 # = User authorization
11 # The authorization policy result
26 # The authorization policy match format
41 # A single authorization rule.
64 # @rules: Authorization rules based on matching user
97 # @service: PAM service name to use for authorization
110 # network service that authorization object is associated with.
/openbmc/linux/tools/perf/arch/s390/util/
H A Dheader.c26 #define SRVLVL_AUTHORIZATION "authorization="
33 char type[8], model[33], version[8], manufacturer[32], authorization[8]; in get_cpuid() local
54 memset(authorization, 0, sizeof(authorization)); in get_cpuid()
97 * version number and authorization level. in get_cpuid()
120 atsize += scnprintf(authorization + atsize, in get_cpuid()
121 sizeof(authorization) - atsize, "%s", sep + 1); in get_cpuid()
130 if (version[0] && authorization[0] ) in get_cpuid()
133 authorization); in get_cpuid()
/openbmc/docs/designs/
H A Dci-authorization.md1 # Continuous integration and authorization for OpenBMC
16 amount of authorization of contributors must occur to provide some level of
19 The project already has contributor authorization for CI. This proposal serves
25 The current authorization solution checks the user for membership in the
37 The existing method for authorization has a singular problem - the GitHub
46 An alternative authorization method for CI should:
50 - Enable a hierarchical trust model for user authorization (groups nested within
H A Dredfish-authorization.md1 # Dynamic Redfish Authorization
9 The Redfish authorization subsystem controls which authenticated users have
12 DMTF has already defined the authorization model and schemas. This design is to
14 systems exposes interfaces to change authorization behavior at runtime without
19 ### Redfish Authorization Model
21 The Redfish authorization model consists of the privilege model and the
115 Redfish Privileges. An authorization action is performed when a BMCWeb route
130 As mentioned above, majority of the current Redfish authorization settings are
161 BMC implements a dynamic Redfish authorization system:
178 7. Existing systems with the static authorization shall work as if this feature
[all …]
/openbmc/qemu/include/authz/
H A Dbase.h2 * QEMU authorization framework base class
38 * for providing an authorization driver for services
58 * @authz: the authorization object
81 * @authzid: ID of the authorization object
H A Dsimple.h2 * QEMU simple authorization driver
37 * This authorization driver provides a simple mechanism
H A Dlist.h2 * QEMU list authorization driver
38 * This authorization driver provides a list mechanism
H A Dpamacct.h2 * QEMU PAM authorization driver
38 * This authorization driver provides a PAM mechanism
H A Dlistfile.h2 * QEMU list file authorization driver
38 * This authorization driver provides a file mechanism
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account2 # /etc/pam.d/common-account - authorization settings common to all services
5 # and should contain a list of the authorization modules that define
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account2 # /etc/pam.d/common-account - authorization settings common to all services
5 # and should contain a list of the authorization modules that define
/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/
H A Dcommon-account2 # /etc/pam.d/common-account - authorization settings common to all services
5 # and should contain a list of the authorization modules that define
/openbmc/bmcweb/
H A DREADME.md41 ### Authorization subsection
43 All authorization in bmcweb is determined at routing time, and per route, and
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-2.c39 /* A valid salt must produce a valid authorization. */ in do_test()
44 * An invalid salt usually fails authorization, but again there in do_test()
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0002-libtpm-support-env-TPM_SRK_PW.patch42 - if (!tpm_engine_get_auth(ui, (char *)auth, 128, "SRK authorization: ",
64 + "SRK authorization: ", cb_data)) {
/openbmc/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst155 default authorization value (20 bytes of 0s). This can be set at takeownership
196 policydigest= digest for the authorization policy. must be calculated
199 policyhandle= handle to an authorization policy session that defines the
409 emptyAuth is true if the key has well known authorization "". If it
410 is false or not present, the key requires an explicit authorization
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DExternalAccountProvider.v1_8_0.json27 …he OAuth 2.0 service. For example, `https://contoso.org/.well-known/oauth-authorization-server`.",
287 …e. The priority is used to determine the order of authentication and authorization for each exter…
580 … OAuth 2.0 service. Services shall verify the token provided in the `Authorization` header of the…
759 "description": "The TACACS+ service authorization argument.",
760 …"longDescription": "This property shall contain the TACACS+ service authorization argument as defi…
789 … "description": "Indicates the name of the TACACS+ argument name in an authorization request.",
790 …": "This property shall specify the name of the argument in a TACACS+ Authorization REPLY packet b…
H A DLicense.v1_1_3.json35 "description": "The authorization scope of the license.",
51 … "longDescription": "This property shall describe the authorization scope for this license.",
148 "description": "The authorization scope of the license.",
149 … "longDescription": "This property shall contain the authorization scope of the license.",
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Channel/
H A DChannelAccess.interface.yaml3 is used for channel authorization. Application must determine channel level
/openbmc/linux/Documentation/usb/
H A Dindex.rst9 authorization
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxauth_1.1.3.bb3 DESCRIPTION = "X application to edit and display the authorization \
/openbmc/u-boot/cmd/
H A Dtpm-v1.c749 " authorization.\n"
752 " authorization.\n"
784 " into TPM using the parent key <parent_handle> with authorization\n"
790 " with authorization <usage_auth> (20 bytes hex string).\n"
794 " authorization <usage auth> (20 bytes hex string)\n"
807 "Authorization Sessions\n"

12345678910