Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/security/smack/
Dsmack_access.c115 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access() argument
127 if (subject == &smack_known_star) { in smk_access()
136 if (object == &smack_known_web || subject == &smack_known_web) in smk_access()
147 if (subject->smk_known == object->smk_known) in smk_access()
157 if (subject == &smack_known_hat) in smk_access()
168 may = smk_access_entry(subject->smk_known, object->smk_known, in smk_access()
169 &subject->smk_rules); in smk_access()
192 if (subject == smack_unconfined) in smk_access()
199 smack_log(subject->smk_known, object->smk_known, in smk_access()
319 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback()
[all …]
/kernel/uniproton/doc/
Dcontribute_guide.md407 <type>(<scope>): <subject>
410 Header部分共包括三个字段:type(必需)、scope(可选)和subject(必需)。
430 - subject
432subject用于简短描述 commit 目的,不超过50个字符。subject以动词开头,使用第一人称现在时,比如change,而不是changed或changes。subject的第一个字母小…
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dx509_public_key.c169 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse()
195 sulen = strlen(cert->subject); in x509_key_preparse()
208 p = memcpy(desc, cert->subject, sulen); in x509_key_preparse()
Dx509_parser.h18 char *subject; /* Name of certificate subject */ member
Dx509.asn113 subject Name ({ x509_note_subject }),
Dpkcs7_verify.c209 x509->subject, in pkcs7_verify_sig_chain()
289 pr_debug("- subject %s\n", p->subject); in pkcs7_verify_sig_chain()
/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-5.10/
DCOPYING20 All contributions to the Linux Kernel are subject to this COPYING file.
/kernel/linux/linux-5.10/Documentation/networking/
Dax25.rst15 of the message, the subject field is ignored. You don't need to be
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dsubmitting-patches.rst14 be a separate patch. The preferred subject prefix for binding patches is::
18 The 80 characters of the subject are precious. It is recommended to not
/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-5.10/LICENSES/deprecated/
DZlib19 commercial applications, and to alter it and redistribute it freely, subject
/kernel/linux/linux-5.10/Documentation/bpf/
Dbpf_devel_QA.rst114 following subject lines (``yyyy-mm-dd`` is the date of the pull
124 so please read up on it. The subject line must indicate whether the
128 For fixes eventually landing in bpf -> net tree, the subject must
131 git format-patch --subject-prefix='PATCH bpf' start..finish
134 bpf-next -> net-next, the subject must look like::
136 git format-patch --subject-prefix='PATCH bpf-next' start..finish
140 problem either if the subject line says net or net-next as target.
150 version number (``v2``, ``v3``, ...) into the subject prefix::
152 git format-patch --subject-prefix='PATCH bpf-next v2' start..finish
233 be subject to change.
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Darm-realview-eb-bbrevd.dts9 * furnished to do so, subject to the following conditions:
Darm-realview-eb-a9mp-bbrevd.dts9 * furnished to do so, subject to the following conditions:
Darm-realview-eb-11mp-bbrevd.dts9 * furnished to do so, subject to the following conditions:
Darm-realview-eb-11mp-bbrevd-ctrevb.dts9 * furnished to do so, subject to the following conditions:
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhubgk110.fuc39 * Software is furnished to do so, subject to the following conditions:
Dhubgk104.fuc39 * Software is furnished to do so, subject to the following conditions:
Dgpcgk110.fuc39 * Software is furnished to do so, subject to the following conditions:
Dgpcgf117.fuc39 * Software is furnished to do so, subject to the following conditions:
Dhubgm107.fuc59 * Software is furnished to do so, subject to the following conditions:
Dgpcgm107.fuc59 * Software is furnished to do so, subject to the following conditions:
Dgpcgf100.fuc39 * Software is furnished to do so, subject to the following conditions:
Dgpcgk104.fuc39 * Software is furnished to do so, subject to the following conditions:

12345678910>>...21