| /linux/scripts/ |
| H A D | git-resolve.sh | 19 local subject="$1" 22 escaped_subject=$(printf '%s\n' "$subject" | sed 's/[[\.*^$()+?{}|]/\\&/g') 40 local subject="" 44 subject="${input#* }" 46 subject="${subject#*(\"}" 47 subject="${subject%\")*}" 66 if [ -n "$subject" ]; then 69 grep_pattern=$(convert_to_grep_pattern "$subject") 76 while read -r hash subject; do 77 if echo "$subject" | grep -qP "$grep_pattern"; then
|
| /linux/security/landlock/ |
| H A D | fs.c | 977 const struct landlock_cred_security *const subject = in current_check_access_path() 982 if (!subject) in current_check_access_path() 985 access_request = landlock_init_layer_masks(subject->domain, in current_check_access_path() 988 if (is_access_to_paths_allowed(subject->domain, path, access_request, in current_check_access_path() 993 landlock_log_denial(subject, &request); in get_mode_access() 1160 const struct landlock_cred_security *const subject = in current_check_refer_path() 1170 if (!subject) in current_check_refer_path() 1197 subject->domain, in current_check_refer_path() 1200 if (is_access_to_paths_allowed(subject->domain, new_dir, in current_check_refer_path() 1206 landlock_log_denial(subject, in current_check_refer_path() 970 const struct landlock_cred_security *const subject = current_check_access_path() local 1153 const struct landlock_cred_security *const subject = current_check_refer_path() local 1394 log_fs_change_topology_path(const struct landlock_cred_security * const subject,size_t handle_layer,const struct path * const path) log_fs_change_topology_path() argument 1408 log_fs_change_topology_dentry(const struct landlock_cred_security * const subject,size_t handle_layer,struct dentry * const dentry) log_fs_change_topology_dentry() argument 1444 const struct landlock_cred_security *const subject = hook_sb_mount() local 1459 const struct landlock_cred_security *const subject = hook_move_mount() local 1477 const struct landlock_cred_security *const subject = hook_sb_umount() local 1491 const struct landlock_cred_security *const subject = hook_sb_remount() local 1514 const struct landlock_cred_security *const subject = hook_sb_pivotroot() local 1638 const struct landlock_cred_security *const subject = hook_file_open() local [all...] |
| H A D | net.c | 58 const struct landlock_cred_security *const subject = in current_check_access_socket() local 62 if (!subject) in current_check_access_socket() 193 rule = landlock_find_rule(subject->domain, id); in current_check_access_socket() 194 access_request = landlock_init_layer_masks(subject->domain, in current_check_access_socket() 202 landlock_log_denial(subject, in hook_socket_bind()
|
| H A D | audit.c | 387 * @subject: The Landlock subject's credential denying an action. 390 void landlock_log_denial(const struct landlock_cred_security *const subject, in landlock_log_denial() argument 398 if (WARN_ON_ONCE(!subject || !subject->domain || in landlock_log_denial() 399 !subject->domain->hierarchy || !request)) in landlock_log_denial() 410 subject->domain, &missing, request->layer_masks, in landlock_log_denial() 418 get_hierarchy(subject->domain, youngest_layer); in landlock_log_denial() 422 get_hierarchy(subject->domain, youngest_layer); in landlock_log_denial() 440 if (subject in landlock_log_denial() [all...] |
| /linux/security/smack/ |
| H A D | smack_access.c | 117 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access() argument 129 if (subject == &smack_known_star) { in smk_access() 138 if (object == &smack_known_web || subject == &smack_known_web) in smk_access() 149 if (subject->smk_known == object->smk_known) in smk_access() 159 if (subject == &smack_known_hat) in smk_access() 170 may = smk_access_entry(subject->smk_known, object->smk_known, in smk_access() 171 &subject->smk_rules); in smk_access() 194 if (subject == smack_unconfined) in smk_access() 201 smack_log(subject->smk_known, object->smk_known, in smk_access() 327 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback() [all …]
|
| /linux/crypto/asymmetric_keys/ |
| H A D | x509_public_key.c | 162 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse() 181 sulen = strlen(cert->subject); in x509_key_preparse() 193 p = memcpy(desc, cert->subject, sulen); in x509_key_preparse()
|
| H A D | x509_parser.h | 19 char *subject; /* Name of certificate subject */ member
|
| H A D | x509.asn1 | 20 subject Name ({ x509_note_subject }),
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 134 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 …]
|
| /linux/ |
| H A D | COPYING | 20 All contributions to the Linux Kernel are subject to this COPYING file.
|
| /linux/Documentation/security/ |
| H A D | credentials.rst | 52 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
|
| /linux/Documentation/networking/ |
| H A D | ax25.rst | 15 https://vger.kernel.org. The subject and body of the message are
|
| /linux/LICENSES/deprecated/ |
| H A D | Zlib | 19 commercial applications, and to alter it and redistribute it freely, subject
|
| /linux/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 142 following subject lines (``yyyy-mm-dd`` is the date of the pull 153 so please read up on it. The subject line must indicate whether the 157 For fixes eventually landing in bpf -> net tree, the subject must 160 git format-patch --subject-prefix='PATCH bpf' start..finish 163 bpf-next -> net-next, the subject must look like:: 165 git format-patch --subject-prefix='PATCH bpf-next' start..finish 169 problem either if the subject line says net or net-next as target. 179 version number (``v2``, ``v3``, ...) into the subject prefix:: 181 git format-patch --subject-prefix='PATCH bpf-next v2' start..finish 264 be subject to change. [all …]
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | arm-realview-eb-bbrevd.dts | 9 * furnished to do so, subject to the following conditions:
|
| H A D | arm-realview-eb-a9mp-bbrevd.dts | 9 * furnished to do so, subject to the following conditions:
|
| H A D | arm-realview-eb-11mp-bbrevd.dts | 9 * furnished to do so, subject to the following conditions:
|
| H A D | arm-realview-eb-11mp-bbrevd-ctrevb.dts | 9 * furnished to do so, subject to the following conditions:
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | hubgf100.fuc3 | 9 * Software is furnished to do so, subject to the following conditions:
|
| H A D | gpcgk208.fuc5 | 9 * Software is furnished to do so, subject to the following conditions:
|
| H A D | gpcgf117.fuc3 | 9 * Software is furnished to do so, subject to the following conditions:
|
| H A D | gpcgm107.fuc5 | 9 * Software is furnished to do so, subject to the following conditions:
|
| H A D | hubgk104.fuc3 | 9 * Software is furnished to do so, subject to the following conditions:
|
| H A D | gpcgk110.fuc3 | 9 * Software is furnished to do so, subject to the following conditions:
|
| H A D | hubgk110.fuc3 | 9 * Software is furnished to do so, subject to the following conditions:
|