Home
last modified time | relevance | path

Searched full:subject (Results 1 – 25 of 7764) sorted by relevance

12345678910>>...311

/kernel/linux/common_modules/code_sign/
Dcode_sign_ioctl.c22 struct cert_source *matched_cert_search(struct rb_root *root, const char *subject, const char *issu… in matched_cert_search() argument
28 int result = strcmp(subject, cur_cert->subject); in matched_cert_search()
50 struct cert_source *cert_chain_search(struct rb_root *root, const char *subject, const char *issuer… in cert_chain_search() argument
53 return matched_cert_search(root, subject, issuer); in cert_chain_search()
56 struct cert_source *matched_cert = matched_cert_search(root, subject, issuer); in cert_chain_search()
62 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev) in find_match() argument
65 return cert_chain_search(&dev_cert_chain_tree, subject, issuer, false); in find_match()
67 return cert_chain_search(&cert_chain_tree, subject, issuer, false); in find_match()
110 int result = strcmp(cert->subject, this->subject); in cert_chain_insert()
136 code_sign_log_info("add trusted cert: subject = '%s', issuer = '%s', max_path_depth = %d", in cert_chain_insert()
[all …]
Dverify_cert_chain.c26 * subject's name) and the certificate serial number [RFC 2315 6.7].
113 struct cert_source *source = find_match(signer->subject, signer->issuer, is_debug); in find_matched_source()
192 if (cert->subject && (strcmp(cert->subject, issuer) == 0)) { in code_sign_verify_certchain()
194 if (strcmp(cert->subject, cert->issuer) == 0) { in code_sign_verify_certchain()
207 code_sign_log_info("cert subject and issuer trusted"); in code_sign_verify_certchain()
218 code_sign_log_error("cert subject and issuer verify failed"); in code_sign_verify_certchain()
Dcode_sign_ioctl.h24 char *subject; member
42 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev);
/kernel/linux/linux-6.6/security/smack/
Dsmack_access.c56 * @subject_label: a pointer to the subject's Smack label
60 * This function looks up the subject/object pair in the
103 * smk_access - determine if a subject has a specific access to an object
104 * @subject: a pointer to the subject's Smack label entry
109 * This function looks up the subject/object pair in the
115 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access() argument
125 * A star subject can't access any object. in smk_access()
127 if (subject == &smack_known_star) { in smk_access()
132 * An internet object can be accessed by any subject. in smk_access()
134 * An internet subject can access any object. in smk_access()
[all …]
/kernel/linux/linux-5.10/security/smack/
Dsmack_access.c56 * @subject_label: a pointer to the subject's Smack label
60 * This function looks up the subject/object pair in the
103 * smk_access - determine if a subject has a specific access to an object
104 * @subject: a pointer to the subject's Smack label entry
109 * This function looks up the subject/object pair in the
115 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access() argument
125 * A star subject can't access any object. in smk_access()
127 if (subject == &smack_known_star) { in smk_access()
132 * An internet object can be accessed by any subject. in smk_access()
134 * An internet subject can access any object. in smk_access()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/
DSmack.rst134 This interface reports whether a subject with the specified
142 This interface reports whether a subject with the specified
159 where the first string is the subject label, the second the
162 "rwxat-". If a rule for a given subject and object exists it will be
223 where the first string is the subject label, the second the
238 where the first string is the subject label, the second the
293 For the ``PTRACE_READ`` a subject needs to have a read access on
298 only allowed when subject's and object's labels are equal.
305 revoke-subject
307 rules with that subject label.
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/LSM/
DSmack.rst134 This interface reports whether a subject with the specified
142 This interface reports whether a subject with the specified
159 where the first string is the subject label, the second the
162 "rwxat-". If a rule for a given subject and object exists it will be
223 where the first string is the subject label, the second the
238 where the first string is the subject label, the second the
293 For the ``PTRACE_READ`` a subject needs to have a read access on
298 only allowed when subject's and object's labels are equal.
305 revoke-subject
307 rules with that subject label.
[all …]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dx509_parser.h18 char *subject; /* Name of certificate subject */ member
20 struct asymmetric_key_id *skid; /* Subject + subjectKeyId (optional) */
31 const void *raw_subject; /* Raw subject name in ASN.1 */
Dx509_public_key.c174 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse()
200 sulen = strlen(cert->subject); in x509_key_preparse()
213 p = memcpy(desc, cert->subject, sulen); in x509_key_preparse()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
Dx509_parser.h18 char *subject; /* Name of certificate subject */ member
20 struct asymmetric_key_id *skid; /* Subject + subjectKeyId (optional) */
31 const void *raw_subject; /* Raw subject name in ASN.1 */
Dx509_public_key.c176 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse()
196 sulen = strlen(cert->subject); in x509_key_preparse()
209 p = memcpy(desc, cert->subject, sulen); in x509_key_preparse()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot.h78 * ENTRYTYPE_NORMAL is subject to aging.
79 * ENTRYTYPE_LOCKED is not subject to aging.
80 * ENTRYTYPE_MACv4 is not subject to aging. For IPv4 multicast.
81 * ENTRYTYPE_MACv6 is not subject to aging. For IPv6 multicast.
/kernel/linux/linux-5.10/
DREADME52 4. Mark "v1, v2, v3 ..." in your patch subject if you have multiple versions
55 Use --subject-prefix="PATCH v2" option to add v2 tag for patchset.
56 git format-patch --subject-prefix="PATCH v2" -1
58 Subject examples:
59 Subject: [PATCH v2 01/27] fork: fix some -Wmissing-prototypes warnings
60 Subject: [PATCH v3] ext2: improve scalability of bitmap searching
/kernel/linux/linux-6.6/Documentation/security/
Dcredentials.rst52 A subject is an object that is acting upon another object.
65 A subject has an additional interpretation of its credentials. A subset
68 subject acts.
77 Linux has a number of actions available that a subject may perform upon an
78 object. The set of actions available depends on the nature of the subject
86 When a subject acts upon an object, a security calculation is made. This
88 action, and searching one or more sets of rules to see whether the subject
101 is an abbreviated ACL with three fixed classes of subject ('user',
118 subject label, the object label and the action and look for a rule
/kernel/linux/linux-5.10/Documentation/security/
Dcredentials.rst52 A subject is an object that is acting upon another object.
65 A subject has an additional interpretation of its credentials. A subset
68 subject acts.
77 Linux has a number of actions available that a subject may perform upon an
78 object. The set of actions available depends on the nature of the subject
86 When a subject acts upon an object, a security calculation is made. This
88 action, and searching one or more sets of rules to see whether the subject
101 is an abbreviated ACL with three fixed classes of subject ('user',
118 subject label, the object label and the action and look for a rule
/kernel/linux/linux-6.6/Documentation/process/
Dsubmitting-patches.rst375 weeks with the word "RESEND" added to the subject line::
385 Include PATCH in the subject
389 convention to prefix your subject line with [PATCH]. This lets Linus
574 understand the subject area and to perform thorough reviews, will normally
613 The canonical patch subject line is::
615 Subject: [PATCH 001/123] subsystem: summary phrase
636 The Subject line format makes it very easy to sort the emails
637 alphabetically by subject line - pretty much any email reader will
641 The ``subsystem`` in the email's Subject should identify which
644 The ``summary phrase`` in the email's Subject should concisely
[all …]
/kernel/linux/linux-6.6/include/uapi/drm/
Dvgem_drm.h10 * permit persons to whom the Software is furnished to do so, subject to
37 * subject to backwards-compatibility constraints.
/kernel/linux/linux-5.10/include/uapi/drm/
Dvgem_drm.h10 * permit persons to whom the Software is furnished to do so, subject to
37 * subject to backwards-compatibility constraints.
/kernel/linux/linux-5.10/include/xen/
Dxenbus_dev.h12 * software packages, subject to the following license:
18 * and to permit persons to whom the Software is furnished to do so, subject to
/kernel/linux/linux-6.6/include/xen/
Dxenbus_dev.h10 * software packages, subject to the following license:
16 * and to permit persons to whom the Software is furnished to do so, subject to
/kernel/linux/linux-5.10/Documentation/process/
Dsubmitting-patches.rst345 Include PATCH in the subject
349 convention to prefix your subject line with [PATCH]. This lets Linus
522 understand the subject area and to perform thorough reviews, will normally
556 The canonical patch subject line is::
558 Subject: [PATCH 001/123] subsystem: summary phrase
579 The Subject line format makes it very easy to sort the emails
580 alphabetically by subject line - pretty much any email reader will
584 The ``subsystem`` in the email's Subject should identify which
587 The ``summary phrase`` in the email's Subject should concisely
610 brackets: "Subject: [PATCH <tag>...] <summary phrase>". The tags are
[all …]
/kernel/linux/linux-6.6/arch/arm/xen/
Dgrant-table.c11 * software packages, subject to the following license:
17 * and to permit persons to whom the Software is furnished to do so, subject to
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
Dhypervisor.h12 * software packages, subject to the following license:
18 * and to permit persons to whom the Software is furnished to do so, subject to
/kernel/linux/linux-5.10/arch/arm/xen/
Dgrant-table.c11 * software packages, subject to the following license:
17 * and to permit persons to whom the Software is furnished to do so, subject to
/kernel/uniproton/
DLICENSE70 …Your reproduction, use, modification and distribution of the Software shall be subject to Mulan PS…
86Subject to the terms and conditions of this License, each Contributor hereby grants to you a perpe…
90Subject to the terms and conditions of this License, each Contributor hereby grants to you a perpe…

12345678910>>...311