messages from 2022-09-01 17:35:43 to 2022-09-09 00:13:09 UTC [more...]
[net-next v4 0/6] net: support QUIC crypto
2022-09-09 0:12 UTC (4+ 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
LSM stacking in next for 6.1?
2022-09-08 22:56 UTC (29+ messages)
Does NFS support Linux Capabilities
2022-09-08 22:21 UTC (5+ messages)
[PATCH v6 0/5] landlock: truncate support
2022-09-08 22:04 UTC (10+ 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
[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 v7 00/18] Network support for Landlock
2022-09-06 8:12 UTC (31+ 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 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 (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 (11+ 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 (7+ messages)
` [PATCH v14 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and set KEY_LOOKUP_FLAGS_ALL
[PATCH v2 1/8] capability: add capable_or to test for multiple caps with exactly one audit message
2022-09-02 1:35 UTC (5+ 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 -next v2 0/6] landlock: add chmod and chown support
2022-09-01 17:34 UTC (7+ messages)
` [PATCH -next v2 3/6] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).