linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-05 07:58:51 to 2022-09-09 12:10:36 UTC [more...]

[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-09 12:07 UTC  (7+ messages)
` [PATCH v17 01/12] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v17 02/12] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v17 03/12] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v17 04/12] bpf: Export bpf_dynptr_get_size()
` [PATCH v17 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
` [PATCH v17 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs

LSM stacking in next for 6.1?
 2022-09-09 11:32 UTC  (29+ messages)

[PATCH v7 00/18] Network support for Landlock
 2022-09-09 10:48 UTC  (33+ 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 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 13/18] seltests/landlock: add AF_UNSPEC family test
` [PATCH v7 14/18] seltests/landlock: add rules overlapping 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 v1] selftests: Use optional USERCFLAGS and USERLDFLAGS
 2022-09-09 10:39 UTC 

[PATCH v1] selftests/landlock: Fix out-of-tree builds
 2022-09-09 10:34 UTC 

Does NFS support Linux Capabilities
 2022-09-09  9:23 UTC  (6+ messages)

[PATCH] security/keys: remove request_key_conswq and keyring_search_instkey() declarations
 2022-09-09  6:04 UTC 

[PATCH v6 0/5] landlock: truncate support
 2022-09-09  3:37 UTC  (11+ messages)
` [PATCH v6 1/5] security: create file_truncate hook from path_truncate hook
` [PATCH v6 2/5] landlock: Support file truncation
` [PATCH v6 3/5] selftests/landlock: Selftests for file truncation support
` [PATCH v6 4/5] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v6 5/5] landlock: Document Landlock's file truncation support

[net-next v4 0/6] net: support QUIC crypto
 2022-09-09  1:40 UTC  (8+ messages)
  ` [net-next v4 1/6] net: Documentation on QUIC kernel Tx crypto
  ` [net-next v4 2/6] net: Define QUIC specific constants, control and data plane structures
  ` [net-next v4 3/6] net: Add UDP ULP operations, initialization and handling prototype functions
  ` [net-next v4 4/6] net: Implement QUIC offload functions
  ` [net-next v4 5/6] net: Add flow counters and Tx processing error counter
  ` [net-next v4 6/6] net: Add self tests for ULP operations, flow setup and crypto tests

[PATCH v4 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
 2022-09-09  1:15 UTC  (3+ messages)
` [PATCH v4 1/2] ima: Simplify ima_lsm_copy_rule
` [PATCH v4 2/2] ima: Handle -ESTALE returned by ima_filter_rule_match()

[PATCH] lockdown: ratelimit denial messages
 2022-09-08 22:02 UTC 

[PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-09-08 20:31 UTC  (3+ messages)

[PATCH] landlock: Remove unnecessary conditionals
 2022-09-08 19:02 UTC 

[PATCH] dm: verity-loadpin: Only trust verity targets with enforcement
 2022-09-08 16:31 UTC  (6+ messages)
  `  "

[PATCH 1/7] bpf: Add missing fd modes check for map iterators
 2022-09-08 15:17 UTC  (4+ messages)

[PATCH] security/keys: Remove inconsistent __user annotation
 2022-09-08 14:47 UTC  (7+ messages)

[PATCH -next] smack: cleanup obsolete mount option flags
 2022-09-08 10:35 UTC 

[PATCH] LoadPin: Require file with verity root digests to have a header
 2022-09-07 23:21 UTC  (2+ messages)

[PATCH v2 00/10] Encrypted Hibernation
 2022-09-07 17:03 UTC  (3+ messages)

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-07 16:02 UTC  (47+ 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 v17 "

[RFC PATCH HBK: 0/8] HW BOUND KEY as TRUSTED KEY
 2022-09-07 10:10 UTC  (28+ messages)
` [RFC PATCH HBK: 1/8] keys-trusted: new cmd line option added
    ` [EXT] "
` [RFC PATCH HBK: 2/8] hw-bound-key: flag-is_hbk added to the tfm
    ` [EXT] "
` [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
    ` [EXT] "
` [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
  ` [EXT] Re: [RFC PATCH HBK: 0/8] HW BOUND KEY as TRUSTED KEY
      ` [EXT] "

[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
 2022-09-07  8:17 UTC  (5+ messages)
  ` [PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook

[RFC PATCH] generic_entry: Add stackleak support
 2022-09-07  1:48 UTC 

[v5.19.y PATCH 0/3] Backport the io_uring/LSM CMD passthrough controls
 2022-09-06 21:25 UTC  (5+ messages)
` [v5.19.y PATCH 1/3] lsm,io_uring: add LSM hooks for the new uring_cmd file op
` [v5.19.y PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook
` [v5.19.y PATCH 3/3] Smack: Provide read control for io_uring_cmd

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

[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  (4+ messages)

[PATCH bpf-next] bpf: use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
 2022-09-05  9:01 UTC 

[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  (4+ 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


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