| /linux/scripts/ |
| H A D | git-resolve.sh | 6 echo "Usage: $(basename "$0") [--selftest] [--force] <commit-id> [commit-subject]" 11 echo " --force Try to find commit by subject if ID lookup fails" 13 echo " commit-subject Optional commit subject to help resolve between multiple matches" 17 # Convert subject with ellipsis to grep pattern 19 local subject="$1" 22 escaped_subject=$(printf '%s\n' "$subject" | sed 's/[[\.*^$()+?{}|]/\\&/g') 37 # Split input into commit ID and subject 40 local subject="" 42 # Extract subject if present (everything after the first space) 44 subject="${input#* }" [all …]
|
| /linux/security/smack/ |
| H A D | smack_access.c | 58 * @subject_label: a pointer to the subject's Smack label 62 * This function looks up the subject/object pair in the 105 * smk_access - determine if a subject has a specific access to an object 106 * @subject: a pointer to the subject's Smack label entry 111 * This function looks up the subject/object pair in the 117 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access() argument 127 * A star subject can't access any object. in smk_access() 129 if (subject == &smack_known_star) { in smk_access() 134 * An internet object can be accessed by any subject in smk_access() [all...] |
| /linux/security/landlock/ |
| H A D | task.c | 303 const struct landlock_cred_security *const subject = in hook_unix_may_send() 308 if (!subject) in hook_unix_may_send() 314 if (!sock_is_scoped(other, subject->domain, &peer_domain_id)) in hook_unix_may_send() 317 landlock_log_denial(subject, &(struct landlock_request) { in hook_unix_may_send() 336 const struct landlock_cred_security *const subject = 340 if (!subject) 353 if (!sock_is_scoped(other->sk, subject->domain, &peer_domain_id)) in hook_task_kill() 356 landlock_log_denial(subject, &(struct landlock_request) { in hook_task_kill() 381 const struct landlock_cred_security *subject; in hook_task_kill() 399 subject in hook_file_send_sigiotask() 273 const struct landlock_cred_security *const subject = hook_unix_stream_connect() local 304 const struct landlock_cred_security *const subject = hook_unix_may_send() local 347 const struct landlock_cred_security *subject; hook_task_kill() local 395 const struct landlock_cred_security *subject; hook_file_send_sigiotask() local [all...] |
| H A D | fs.c | 1036 const struct landlock_cred_security *const subject = in collect_domain_accesses() 1041 if (!subject) in collect_domain_accesses() 1044 access_request = landlock_init_layer_masks(subject->domain, in collect_domain_accesses() 1047 if (is_access_to_paths_allowed(subject->domain, path, access_request, in collect_domain_accesses() 1052 landlock_log_denial(subject, &request); in collect_domain_accesses() 1235 const struct landlock_cred_security *const subject = in current_check_refer_path() 1244 if (!subject) in current_check_refer_path() 1278 subject->domain, in hook_sb_delete() 1281 if (is_access_to_paths_allowed(subject->domain, new_dir, in hook_sb_delete() 1287 landlock_log_denial(subject, in hook_sb_delete() 952 const struct landlock_cred_security *const subject = current_check_access_path() local 1133 const struct landlock_cred_security *const subject = current_check_refer_path() local 1375 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 1389 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 1425 const struct landlock_cred_security *const subject = hook_sb_mount() local 1440 const struct landlock_cred_security *const subject = hook_move_mount() local 1458 const struct landlock_cred_security *const subject = hook_sb_umount() local 1472 const struct landlock_cred_security *const subject = hook_sb_remount() local 1495 const struct landlock_cred_security *const subject = hook_sb_pivotroot() local 1619 const struct landlock_cred_security *const subject = hook_file_open() local [all...] |
| H A D | audit.c | 359 landlock_log_denial(const struct landlock_cred_security * const subject,const struct landlock_request * const request) landlock_log_denial() argument
|
| H A D | net.c | 87 const struct landlock_cred_security *const subject = in current_check_access_socket() 91 if (!subject) in current_check_access_socket() 136 subject->domain, access_request, in current_check_access_socket() 139 subject, in current_check_access_socket() 266 access_request = landlock_init_layer_masks(subject->domain, in current_check_autobind_udp_socket() 272 if (unmask_layers_net(subject->domain, id, &layer_masks, in current_check_autobind_udp_socket() 278 landlock_log_denial(subject, in current_check_autobind_udp_socket() 61 const struct landlock_cred_security *const subject = current_check_access_socket() local
|
| /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/Documentation/process/ |
| H A D | submitting-patches.rst | 375 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 586 reviewers known to understand the subject area and to perform thorough reviews, 655 Subject Line 658 The canonical patch subject line is:: 660 Subject: [PATCH 001/123] subsystem: summary phrase 681 The Subject line format makes it very easy to sort the emails 682 alphabetically by subject line - pretty much any email reader will 686 The ``subsystem`` in the email's Subject should identify which [all …]
|
| /linux/include/uapi/drm/ |
| H A D | vgem_drm.h | 10 * permit persons to whom the Software is furnished to do so, subject to 37 * subject to backwards-compatibility constraints.
|
| H A D | qxl_drm.h | 10 * Software is furnished to do so, subject to the following conditions: 34 * subject to backwards-compatibility constraints.
|
| /linux/crypto/asymmetric_keys/ |
| H A D | x509_public_key.c | 175 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse() 194 sulen = strlen(cert->subject); in x509_key_preparse() 206 p = memcpy(desc, cert->subject, sulen); in x509_key_preparse()
|
| /linux/include/xen/ |
| H A D | xenbus_dev.h | 10 * software packages, subject to the following license: 16 * and to permit persons to whom the Software is furnished to do so, subject to
|
| H A D | acpi.h | 12 * software packages, subject to the following license: 18 * and to permit persons to whom the Software is furnished to do so, subject to
|
| /linux/arch/arm/xen/ |
| H A D | grant-table.c | 11 * software packages, subject to the following license: 17 * and to permit persons to whom the Software is furnished to do so, subject to
|
| H A D | hypercall.S | 12 * software packages, subject to the following license: 18 * and to permit persons to whom the Software is furnished to do so, subject to
|
| /linux/LICENSES/dual/ |
| H A D | CC-BY-4.0 | 33 original works of authorship and other material subject to copyright 47 material not subject to the license. This includes other CC- 85 a. Adapted Material means material subject to Copyright and Similar 121 g. Licensed Rights means the rights granted to You subject to the 151 1. Subject to the terms and conditions of this Public License, 226 Your exercise of the Licensed Rights is expressly made subject to the
|
| H A D | copyleft-next-0.3.1 | 22 Subject to the terms of this License, I grant You: 103 longer subject to the conditions in sections 3 through 5. 114 a license to My Work from Me, subject to the terms of this License. 130 rights of those who have received copies or rights from You subject to
|
| /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/include/keys/ |
| H A D | asymmetric-type.h | 36 * (2) Issuer & Subject Unique IDs. Optional. These were the original way to 39 * (3) Auth & Subject Key Identifiers. Optional. SKIDs are only provided on
|
| /linux/include/xen/arm/ |
| H A D | hypercall.h | 12 * software packages, subject to the following license: 18 * and to permit persons to whom the Software is furnished to do so, subject to
|
| /linux/include/uapi/xen/ |
| H A D | evtchn.h | 13 * software packages, subject to the following license: 19 * and to permit persons to whom the Software is furnished to do so, subject to
|
| H A D | privcmd.h | 13 * software packages, subject to the following license: 19 * and to permit persons to whom the Software is furnished to do so, subject to
|
| /linux/drivers/xen/ |
| H A D | acpi.c | 12 * software packages, subject to the following license: 18 * and to permit persons to whom the Software is furnished to do so, subject to
|
| /linux/arch/sh/boards/mach-ecovec24/ |
| H A D | Makefile | 5 # This file is subject to the terms and conditions of the GNU General Public
|
| /linux/arch/mips/include/asm/mach-generic/ |
| H A D | cpu-feature-overrides.h | 2 * This file is subject to the terms and conditions of the GNU General Public
|