| /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 current_check_access_path() local 1041 if (!subject) in current_check_access_path() 1044 access_request = landlock_init_layer_masks(subject->domain, in current_check_access_path() 1047 if (is_access_to_paths_allowed(subject->domain, path, access_request, in current_check_access_path() 1052 landlock_log_denial(subject, &request); in current_check_access_path() 1235 const struct landlock_cred_security *const subject = in current_check_refer_path() local 1244 if (!subject) in current_check_refer_path() 1278 subject->domain, in current_check_refer_path() 1281 if (is_access_to_paths_allowed(subject->domain, new_dir, in current_check_refer_path() 1287 landlock_log_denial(subject, &request1); in current_check_refer_path() [all …]
|
| 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
|
| 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
|
| /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/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/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()
|
| 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/LICENSES/deprecated/ |
| H A D | Zlib | 19 commercial applications, and to alter it and redistribute it freely, subject
|
| /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/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/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:
|
| H A D | hubgf117.fuc3 | 9 * Software is furnished to do so, subject to the following conditions:
|
| /linux/LICENSES/preferred/ |
| H A D | MIT | 19 Software is furnished to do so, subject to the following conditions:
|