messages from 2023-05-05 22:47:25 to 2023-05-30 23:16:17 UTC [more...]
[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
2023-05-30 23:16 UTC (31+ messages)
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support
[PATCH] security: keys: perform capable check only on privileged operations
2023-05-30 23:04 UTC (6+ messages)
[PATCH] apparmor: aa_buffer: Convert 1-element array to flexible array
2023-05-30 22:55 UTC (4+ messages)
[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
2023-05-30 22:15 UTC (9+ messages)
[PATCH 0/1] process attribute support for Landlock
2023-05-30 19:19 UTC (22+ messages)
` [PATCH v2] lsm: adds process attribute getter "
[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
2023-05-30 15:44 UTC (6+ messages)
[PATCH] capabilities: use logical OR
2023-05-30 14:05 UTC (2+ messages)
[PATCH] integrity: Fix possible multiple allocation in integrity_inode_get()
2023-05-30 13:58 UTC (2+ messages)
[PATCH v1 0/5] Landlock support for UML
2023-05-29 14:57 UTC (5+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes
[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
2023-05-26 22:20 UTC (12+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode
Stable backport of de3004c874e7 ("ocfs2: Switch to security_inode_init_security()")
2023-05-26 18:36 UTC (7+ messages)
[ANNOUNCE] KVM Microconference at LPC 2023
2023-05-26 16:09 UTC
[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
2023-05-26 7:35 UTC (8+ messages)
` [PATCH v5 2/2] "
[PATCH] lsm: fix a number of misspellings
2023-05-25 21:53 UTC (3+ messages)
[PATCH] reiserfs: Initialize sec->length in reiserfs_security_init()
2023-05-25 21:49 UTC (2+ messages)
[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
2023-05-25 14:43 UTC (15+ messages)
[RFC 0/4] Landlock: ioctl support
2023-05-24 21:43 UTC (4+ messages)
[PATCH] KEYS: Replace all non-returning strlcpy with strscpy
2023-05-24 2:49 UTC (7+ messages)
[PATCH v2 0/3] Add digitalSignature enforcement keyring restrictions
2023-05-24 1:27 UTC (8+ messages)
` [PATCH v2 1/3] KEYS: DigitalSignature link restriction
` [PATCH v2 2/3] integrity: Enforce digitalSignature usage in the ima and evm keyrings
` [PATCH v2 3/3] integrity: Remove EXPERIMENTAL from Kconfig
[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
2023-05-23 6:18 UTC (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block: use block_admin_capable() for Persistent Reservations
[PATCH -next] capability: fix kernel-doc warnings in capability.c
2023-05-22 18:31 UTC (5+ messages)
W sprawie samochodu
2023-05-22 8:15 UTC
[PATCH v2] LSM: SafeSetID: fix UID printed instead of GID
2023-05-18 18:59 UTC (2+ messages)
[PATCH LSM v2 2/2] selinux: Implement mptcp_add_subflow hook
2023-05-18 17:12 UTC (2+ messages)
` [PATCH "
[PATCH LSM v2 1/2] security, lsm: Introduce security_mptcp_add_subflow()
2023-05-18 17:11 UTC (2+ messages)
` [PATCH "
[PATCH v6 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
2023-05-17 19:25 UTC
FYI: non-standard use of O_PATH fds in BPF_OBJ_GET and BPF_OBJ_PIN
2023-05-17 19:18 UTC
[PATCH RFC 00/16] block atomic writes
2023-05-17 17:02 UTC (24+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits
` [PATCH RFC 11/16] fs: iomap: Atomic write support
` [PATCH RFC 12/16] xfs: Add support for fallocate2
[PATCH 0/3] Add digitalSignature enforcement keyring restrictions
2023-05-17 1:18 UTC (11+ messages)
` [PATCH 1/3] KEYS: DigitalSignature link restriction
` [PATCH 2/3] integrity: Enforce digitalSignature usage in the ima and evm keyrings
` [PATCH 3/3] integrity: Remove EXPERIMENTAL from Kconfig
[PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
2023-05-16 22:02 UTC (5+ messages)
[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
2023-05-16 18:42 UTC (4+ messages)
` [PATCH v4 2/9] capability: add any wrapper to test for multiple caps with exactly one audit message
` [PATCH v4 3/9] capability: use new capable_any functionality
[PATCH v11 00/12] Network support for Landlock
2023-05-15 16:13 UTC (13+ messages)
` [PATCH v11 01/12] landlock: Make ruleset's access masks more generic
` [PATCH v11 02/12] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v11 03/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v11 04/12] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v11 05/12] landlock: Move and rename layer helpers
` [PATCH v11 06/12] landlock: Refactor "
` [PATCH v11 07/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v11 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v11 09/12] selftests/landlock: Share enforce_ruleset()
` [PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
` [PATCH v11 11/12] samples/landlock: Add network demo
` [PATCH v11 12/12] landlock: Document Landlock's network support
[RFC PATCH v2] fs/xattr: add *at family syscalls
2023-05-15 14:20 UTC (6+ messages)
[RFC][PATCH 1/2] smack: Retrieve transmuting information in smack_inode_getsecurity()
2023-05-11 17:13 UTC (5+ messages)
` [RFC][PATCH 2/2] smack: Record transmuting in smk_transmuted
[PATCH] Smack modifications for: security: Allow all LSMs to provide xattrs for inode_init_security hook
2023-05-09 23:56 UTC (6+ messages)
Pompy ciepła - nowe warunki
2023-05-09 7:51 UTC
NFS mount fail
2023-05-08 9:16 UTC (5+ 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).