messages from 2022-10-01 14:36:08 to 2022-10-14 15:36:08 UTC [more...]
[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
2022-10-14 15:35 UTC (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] exec: Remove LSM_UNSAFE_SHARE
[PATCH 0/9] integrity: Move hooks into LSM
2022-10-14 14:40 UTC (13+ messages)
` [PATCH 1/9] integrity: Prepare for having "ima" and "evm" available in "integrity" LSM
` [PATCH 2/9] security: Move trivial IMA hooks into LSM
` [PATCH 3/9] ima: Move xattr "
` [PATCH 4/9] ima: Move ima_file_free() "
` [PATCH 5/9] LSM: Introduce inode_post_setattr hook
` [PATCH 6/9] fs: Introduce file_to_perms() helper
` [PATCH 7/9] ima: Move ima_file_check() into LSM
` [PATCH 8/9] integrity: Move trivial hooks "
` [PATCH 9/9] integrity: Move integrity_inode_get() out of global header
[PATCH AUTOSEL 5.19 08/10] powerpc/rtas: block error injection when locked down
2022-10-14 13:52 UTC
[PATCH AUTOSEL 6.0 09/11] powerpc/rtas: block error injection when locked down
2022-10-14 13:51 UTC
[PATCH v4] KEYS: encrypted: fix key instantiation with user-provided data
2022-10-14 11:39 UTC (5+ messages)
[PATCH -next] apparmor: Fix spelling of function name in comment block
2022-10-14 8:42 UTC
[PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler
2022-10-14 3:51 UTC (3+ messages)
[PATCH v9 00/11] landlock: truncate support
2022-10-13 16:35 UTC (14+ messages)
` [PATCH v9 01/11] security: Create file_truncate hook from path_truncate hook
` [PATCH v9 02/11] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v9 03/11] landlock: Document init_layer_masks() helper
` [PATCH v9 04/11] landlock: Support file truncation
` [PATCH v9 05/11] selftests/landlock: Test file truncation support
` [PATCH v9 06/11] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v9 07/11] selftests/landlock: Locally define __maybe_unused
` [PATCH v9 08/11] selftests/landlock: Test FD passing from restricted to unrestricted processes
` [PATCH v9 09/11] selftests/landlock: Test ftruncate on FDs created by memfd_create(2)
` [PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v9 11/11] landlock: Document Landlock's file truncation support
[PATCH] lsm: make security_socket_getpeersec_stream() sockptr_t safe
2022-10-13 15:59 UTC (6+ messages)
[PATCH v38 00/39] LSM: Module stacking for AppArmor
2022-10-13 10:04 UTC (18+ messages)
` [PATCH v38 01/39] LSM: Identify modules by more than name
` [PATCH v38 02/39] LSM: Add an LSM identifier for external use
` [PATCH v38 04/39] LSM: Maintain a table of LSM attribute data
` [PATCH v38 06/39] LSM: lsm_self_attr syscall for LSM self attributes
` [PATCH v38 08/39] LSM: Infrastructure management of the sock security
` [PATCH v38 09/39] LSM: Add the lsmblob data structure
` [PATCH v38 20/39] LSM: Specify which LSM to display
` [PATCH v38 39/39] LSM: Create lsm_module_list system call
[PATCH v3] KEYS: encrypted: fix key instantiation with user-provided data
2022-10-13 6:31 UTC
[PATCH v2] KEYS: encrypted: fix key instantiation with user-provided data
2022-10-13 6:33 UTC (3+ messages)
[PATCH v7 00/18] Network support for Landlock
2022-10-12 11:13 UTC (13+ messages)
` [PATCH v7 02/18] landlock: refactor landlock_find_rule/insert_rule
` [PATCH v7 16/18] seltests/landlock: add invalid input data test
[PATCH v0 0/8] Hardware Bound key added to Trusted Key-Ring
2022-10-12 9:06 UTC (26+ messages)
` [PATCH v0 1/8] hw-bound-key: introducing the generic structure
` [PATCH v0 2/8] keys-trusted: new cmd line option added
` [PATCH v0 3/8] crypto: hbk flags & info added to the tfm
` [EXT] "
` [EXT] "
` [PATCH v0 4/8] sk_cipher: checking for hw bound operation
` [PATCH v0 5/8] keys-trusted: re-factored caam based trusted key
` [PATCH v0 6/8] KEYS: trusted: caam based black key
` [PATCH v0 7/8] caam alg: symmetric key ciphers are updated
` [PATCH v0 8/8] dm-crypt: consumer-app setting the flag-is_hbk
[PATCH 1/3] AppArmor: Fix kernel-doc
2022-10-11 2:08 UTC (6+ messages)
` [PATCH 2/3] LSM: "
` [PATCH 3/3] AppArmor: "
[GIT PULL] tpmdd updates for Linux v6.1-rc1
2022-10-10 20:56 UTC (2+ messages)
SO_PEERSEC protections in sk_getsockopt()?
2022-10-10 15:56 UTC (14+ messages)
[PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
2022-10-08 11:19 UTC (3+ messages)
` [PATCH v9 11/11] landlock: Document Landlock's file truncation support
[PATCH v8 0/9] landlock: truncate support
2022-10-08 10:20 UTC (31+ messages)
` [PATCH v8 1/9] security: Create file_truncate hook from path_truncate hook
` [PATCH v8 2/9] selftests/landlock: Locally define __maybe_unused
` [PATCH v8 3/9] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v8 4/9] landlock: Support file truncation
` [PATCH v8 5/9] selftests/landlock: Selftests for file truncation support
` [PATCH v8 6/9] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v8 7/9] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v8 8/9] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v8 9/9] landlock: Document Landlock's file truncation support
IORING_OP_SENDMSG_ZC should enable auditing just like IORING_OP_SENDMSG
2022-10-07 18:22 UTC (2+ messages)
[PATCH] Fix race condition when exec'ing setuid files
2022-10-07 11:58 UTC (3+ messages)
[GIT PULL] LSM patches for v6.1
2022-10-06 14:42 UTC (16+ messages)
[PATCH v4 00/30] acl: add vfs posix acl api
2022-10-06 12:50 UTC (19+ messages)
` [PATCH v4 04/30] fs: add new get acl method
` [PATCH v4 13/30] evm: add post set acl hook
` [PATCH v4 22/30] ovl: implement set acl method
` [PATCH v4 23/30] ovl: use posix acl api
Closing the BPF map permission loophole
2022-10-06 7:15 UTC (10+ messages)
[PATCH] KEYS: encrypted: fix key instantiation with user-provided data
2022-10-05 10:04 UTC (9+ messages)
[GIT PULL] Landlock updates for v6.1
2022-10-04 18:18 UTC (2+ messages)
[PATCH v5 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
2022-10-04 14:19 UTC (8+ messages)
` [PATCH v5 2/2] "
[PATCH v2 0/2] powerpc/pseries: restrict error injection and DT changes when locked down
2022-10-04 13:25 UTC (2+ messages)
[PATCH] apparmor: store return value of unpack_perms_table() to signed variable
2022-10-04 9:52 UTC (2+ messages)
[GIT PULL] SELinux patches for v6.1
2022-10-04 1:03 UTC (2+ messages)
[GIT PULL] Smack patches for 6.1
2022-10-04 1:03 UTC (2+ messages)
[PATCH] apparmor: fix obsoleted comments for aa_getprocattr() and audit_resource()
2022-10-02 11:36 UTC (2+ messages)
[PATCH] apparmor: remove useless static inline functions
2022-10-02 11:35 UTC (2+ messages)
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).