linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-29 12:26:56 to 2022-09-06 16:20:12 UTC [more...]

[PATCH v5] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-09-06 15:48 UTC  (3+ messages)

[RFC PATCH HBK: 0/8] HW BOUND KEY as TRUSTED KEY
 2022-09-06 13:03 UTC  (14+ messages)
` [RFC PATCH HBK: 1/8] keys-trusted: new cmd line option added
` [RFC PATCH HBK: 2/8] hw-bound-key: flag-is_hbk added to the tfm
` [RFC PATCH HBK: 3/8] sk_cipher: checking for hw bound operation
` [RFC PATCH HBK: 4/8] keys-trusted: re-factored caam based trusted key
` [RFC PATCH HBK: 5/8] caam blob-gen: moving blob_priv to caam_drv_private
` [RFC PATCH HBK: 6/8] KEYS: trusted: caam based black key
` [RFC PATCH HBK: 7/8] caam alg: symmetric key ciphers are updated
` [RFC PATCH HBK: 8/8] dm-crypt: consumer-app setting the flag-is_hbk

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-06 12:28 UTC  (36+ messages)
` [PATCH v16 01/12] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v16 02/12] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v16 03/12] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v16 04/12] bpf: Export bpf_dynptr_get_size()
` [PATCH v16 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
            ` [PATCH v17 "
` [PATCH v16 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v16 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v16 08/12] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v16 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v16 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v16 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v16 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs

[PATCH v7 00/18] Network support for Landlock
 2022-09-06  8:12 UTC  (34+ messages)
` [PATCH v7 01/18] landlock: rename access mask
` [PATCH v7 02/18] landlock: refactor landlock_find_rule/insert_rule
` [PATCH v7 03/18] landlock: refactor merge/inherit_ruleset functions
` [PATCH v7 04/18] landlock: move helper functions
` [PATCH v7 05/18] landlock: refactor "
` [PATCH v7 06/18] landlock: refactor landlock_add_rule syscall
` [PATCH v7 07/18] landlock: user space API network support
` [PATCH v7 08/18] landlock: add network rules support
` [PATCH v7 09/18] landlock: implement TCP network hooks
` [PATCH v7 10/18] seltests/landlock: move helper function
` [PATCH v7 11/18] seltests/landlock: add tests for bind() hooks
` [PATCH v7 12/18] seltests/landlock: add tests for connect() hooks
` [PATCH v7 13/18] seltests/landlock: add AF_UNSPEC family test
` [PATCH v7 14/18] seltests/landlock: add rules overlapping test
` [PATCH v7 15/18] seltests/landlock: add ruleset expanding test
` [PATCH v7 16/18] seltests/landlock: add invalid input data test
` [PATCH v7 17/18] samples/landlock: add network demo
` [PATCH v7 18/18] landlock: Document Landlock's network support

[PATCH 1/1] keys/request_key_auth.c: Use strscpy instead of strlcpy
 2022-09-06  5:24 UTC  (2+ messages)

[PATCH 0/2] fs: fix capable() call in simple_xattr_list()
 2022-09-05 15:30 UTC  (6+ messages)
` [PATCH 1/2] fs: convert simple_xattrs to RCU list
` [PATCH 2/2] fs: don't call capable() prematurely in simple_xattr_list()

[RFC PATCH v2] bpf: use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
 2022-09-05  9:01 UTC  (4+ messages)
` [PATCH bpf-next] "

[PATCH -next] security: Fix some kernel-doc comments
 2022-09-05  8:45 UTC 

[PATCH -next 0/4] Use DECLARE_FLEX_ARRAY() helper for ima
 2022-09-05  7:58 UTC  (5+ messages)
` [PATCH -next 1/4] ima: Use DECLARE_FLEX_ARRAY() helper in ima_modsig
` [PATCH -next 2/4] ima: Use DECLARE_FLEX_ARRAY() helper in ima_template_entry
` [PATCH -next 3/4] ima: Use DECLARE_FLEX_ARRAY() helper in ima_policy
` [PATCH -next 4/4] integrity: Use DECLARE_FLEX_ARRAY() helper in integrity.h

[PATCH v5 0/4] landlock: truncate support
 2022-09-03 12:02 UTC  (9+ messages)

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-09-03  3:58 UTC  (12+ messages)

LSM stacking in next for 6.1?
 2022-09-02 23:57 UTC  (5+ messages)

[GIT PULL] Landlock fix for v6.0
 2022-09-02 23:48 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-09-02  7:50 UTC 

[PATCH v14 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-02  3:27 UTC  (23+ messages)
` [PATCH v14 01/12] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v14 02/12] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v14 03/12] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v14 04/12] bpf: Export bpf_dynptr_get_size()
` [PATCH v14 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and set KEY_LOOKUP_FLAGS_ALL
` [PATCH v14 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v14 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v14 08/12] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v14 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v14 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v14 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v14 12/12] selftests/bpf: Add verifier tests for dynamic pointers parameters in kfuncs

[PATCH v2 1/8] capability: add capable_or to test for multiple caps with exactly one audit message
 2022-09-02  1:35 UTC  (8+ messages)
` [PATCH v3 2/8] capability: use new capable_any functionality
  ` [PATCH v3 1/8] capability: add any wrapper to test for multiple caps with exactly one audit message

[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
 2022-09-01 21:30 UTC  (4+ messages)
` [PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook

[PATCH -next v2 0/6] landlock: add chmod and chown support
 2022-09-01 17:34 UTC  (11+ messages)
` [PATCH -next v2 2/6] landlock: abstract walk_to_visible_parent() helper
` [PATCH -next v2 3/6] landlock: add chmod and chown support

[RFC PATCH 1/2] fs/xattr: add *at family syscalls
 2022-09-01 16:45 UTC 

SMACK LSM checks wrong object label during ingress network traffic
 2022-09-01 16:26 UTC  (10+ messages)

[PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-09-01 11:47 UTC  (9+ messages)

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

[PATCH v2] landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
 2022-08-31 20:52 UTC  (2+ messages)

[PATCH v1] landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
 2022-08-31 20:10 UTC  (8+ messages)

[PATCH v2 00/10] Encrypted Hibernation
 2022-08-31 18:34 UTC  (2+ messages)

[GIT PULL] LSM fixes for v6.0 (#1)
 2022-08-31 17:20 UTC  (2+ messages)

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-30 20:10 UTC  (5+ messages)

Nutrition Health Support: Bild: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare
 2022-08-30 14:56 UTC 

[PATCH] LoadPin: Fix Kconfig doc about format of file with verity digests
 2022-08-30  0:46 UTC 

[PATCH net-next] genetlink: start to validate reserved header bytes
 2022-08-29 16:32 UTC  (3+ messages)

[PATCH v6 00/17] Network support for Landlock
 2022-08-29 13:10 UTC  (6+ messages)

[PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
 2022-08-29 12:33 UTC  (7+ messages)
` [PATCH v14 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and add flags check function


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).