linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-08 17:57:17 to 2022-08-18 21:11:32 UTC [more...]

[PATCH] security: move from strlcpy with unused retval to strscpy
 2022-08-18 21:02 UTC 

[PATCH v5 0/4] landlock: truncate support
 2022-08-18 20:39 UTC  (6+ messages)
` [PATCH v5 1/4] landlock: Support file truncation
` [PATCH v5 2/4] selftests/landlock: Selftests for file truncation support
` [PATCH v5 3/4] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v5 4/4] landlock: Document Landlock's file truncation support

[PATCH 3/5] ->getprocattr(): attribute name is const char *, TYVM
 2022-08-18 18:34 UTC 

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-18 17:35 UTC  (12+ messages)
` [PATCH v12 01/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v12 03/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v12 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v12 06/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v12 07/10] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v12 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v12 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v12 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH v6 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-18 17:22 UTC  (10+ messages)
` [PATCH v6 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v6 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v6 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v6 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v6 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

Switching to iterate_shared
 2022-08-18 16:14 UTC  (5+ messages)
    ` [apparmor] "

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-18 15:11 UTC  (17+ messages)
` [PATCH v5 1/4] security, lsm: "
` [PATCH v5 2/4] bpf-lsm: Make bpf_lsm_userns_create() sleepable
` [PATCH v5 3/4] selftests/bpf: Add tests verifying bpf lsm userns_create hook
` [PATCH v5 4/4] selinux: Implement "

[PATCH v3] nfs: Fix automount superblock LSM init problem, preventing sb sharing
 2022-08-18 13:14 UTC  (4+ messages)

[PATCH v4 0/4] landlock: truncate support
 2022-08-18 11:26 UTC  (13+ messages)
` [PATCH v4 1/4] landlock: Support file truncation
` [PATCH v4 2/4] selftests/landlock: Selftests for file truncation support
` [PATCH v4 3/4] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v4 4/4] landlock: Document Landlock's file truncation support

[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-17 19:53 UTC  (8+ messages)
` [PATCH v5 2/5] "
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v5 4/5] userfaultfd: update documentation to describe /dev/userfaultfd

[RFC PATCH v4 0/2] Add capabilities file to securityfs
 2022-08-17 17:19 UTC  (10+ messages)

Landlock news #2
 2022-08-17 16:49 UTC 

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-16 22:12 UTC  (2+ messages)

[PATCH 1/1] security: avoid a leak in securityfs_remove()
 2022-08-16 22:08 UTC  (2+ messages)

[PATCH] KEYS: Variable type completion
 2022-08-16 18:14 UTC  (2+ messages)

[PATCH] keys: Variable type completion
 2022-08-16 18:04 UTC 

[PATCH] selftests/landlock: fix broken include of linux/landlock.h
 2022-08-16 16:57 UTC  (9+ messages)

[PATCH v11 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-16 16:39 UTC  (16+ messages)
` [PATCH v11 1/9] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v11 2/9] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v11 3/9] bpf: Export bpf_dynptr_get_size()
` [PATCH v11 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v11 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v11 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v11 7/9] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v11 8/9] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v11 9/9] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH v10 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-16  8:40 UTC  (20+ messages)
` [PATCH v10 1/9] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v10 2/9] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v10 3/9] bpf: Export bpf_dynptr_get_size()
` [PATCH v10 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v10 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v10 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v10 7/9] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v10 8/9] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v10 9/9] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH RESEND -next] lsm_audit: Clean up redundant NULL pointer check
 2022-08-16  2:27 UTC  (4+ messages)

[PATCH 5.19 1071/1157] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification
 2022-08-15 18:07 UTC 

[PATCH 5.18 1004/1095] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification
 2022-08-15 18:06 UTC 

[PATCH 5.15 719/779] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification
 2022-08-15 18:06 UTC 

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-15 16:24 UTC  (21+ messages)

[PATCH v3 0/4] landlock: truncate support
 2022-08-14 18:44 UTC  (12+ messages)
` [PATCH v3 1/4] landlock: Support file truncation
` [PATCH v3 2/4] selftests/landlock: Selftests for file truncation support
` [PATCH v3 4/4] landlock: Document Landlock's "

[PATCH] remove unnecessary type casting
 2022-08-11  6:33 UTC  (2+ messages)

[PATCH v2] lsm,io_uring: add LSM hooks for the new uring_cmd file op
 2022-08-10 22:15 UTC  (8+ messages)

[GIT PULL] apparmor changes for v5.20
 2022-08-10 18:33 UTC  (2+ messages)

[PATCH v9 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-10 14:58 UTC  (28+ messages)
` [PATCH v9 01/10] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH v9 02/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v9 03/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v9 04/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v9 05/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v9 06/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v9 07/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v9 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v9 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v9 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH] netlabel: fix typo in comment
 2022-08-10  8:30 UTC  (2+ messages)

[GIT PULL] tpmdd updates for v5.20
 2022-08-09 16:57 UTC  (7+ messages)

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-08-09 15:57 UTC  (3+ messages)
` [RFC PATCH v8 07/17] ipe: add auditing support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).