Linux-Security-Module Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 15:22:13 to 2023-06-09 12:51:11 UTC [more...]

[PATCH 0/9] fs: add some missing ctime updates
 2023-06-09 12:50 UTC  (2+ messages)
` [PATCH 1/9] ibmvmc: update ctime in conjunction with mtime on write

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-09 11:17 UTC  (22+ messages)
` [PATCH v2 bpf-next 01/18] bpf: introduce BPF token object
` [PATCH v2 bpf-next 02/18] libbpf: add bpf_token_create() API
` [PATCH v2 bpf-next 03/18] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH v2 bpf-next 04/18] bpf: move unprivileged checks into map_create() and bpf_prog_load()
` [PATCH v2 bpf-next 05/18] bpf: inline map creation logic in map_create() function
` [PATCH v2 bpf-next 06/18] bpf: centralize permissions checks for all BPF map types
` [PATCH v2 bpf-next 07/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v2 bpf-next 08/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v2 bpf-next 09/18] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH v2 bpf-next 10/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v2 bpf-next 11/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v2 bpf-next 12/18] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH v2 bpf-next 13/18] bpf: keep BPF_PROG_LOAD permission checks clear of validations
` [PATCH v2 bpf-next 14/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v2 bpf-next 15/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v2 bpf-next 16/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v2 bpf-next 17/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v2 bpf-next 18/18] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH v11 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-09  7:26 UTC  (9+ messages)
` [PATCH v11 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
` [PATCH v11 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v11 4/4] evm: Support multiple LSMs providing an xattr

[PATCH] MAINTAINERS: move labeled networking to "supported"
 2023-06-08 19:39 UTC  (2+ messages)

[PATCH] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
 2023-06-08 18:57 UTC  (2+ messages)

[PATCH v2] LSM: SafeSetID: fix UID printed instead of GID
 2023-06-08 18:34 UTC  (5+ messages)

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-06-08  2:48 UTC  (10+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "

ANN: LSM and stable kernel changes
 2023-06-08  0:27 UTC 

[PATCH v10 10/11] SELinux: Add selfattr hooks
 2023-06-07 23:39 UTC  (3+ messages)

[PATCH v10 04/11] LSM: syscalls for current process attributes
 2023-06-07 23:26 UTC  (3+ messages)
` [PATCH v10 4/11] "

[PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
 2023-06-07 22:32 UTC  (2+ messages)
` [PATCH v10 7/11] "

[RFC][PATCH 0/5] Smack transmute fixes
 2023-06-07 14:53 UTC  (7+ messages)
` [RFC][PATCH 1/5] smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()
` [RFC][PATCH 2/5] smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()
` [RFC][PATCH 3/5] smack: Always determine inode labels in smack_inode_init_security()
` [RFC][PATCH 4/5] smack: Initialize the in-memory inode "
` [RFC][PATCH 5/5] ramfs: Initialize security of in-memory inodes

[PATCH 0/2] sysctl: move umh and keys sysctls
 2023-06-07  8:36 UTC  (8+ messages)
` [PATCH 1/2] sysctl: move umh sysctl registration to its own file
` [PATCH 2/2] sysctl: move security keys "

[PATCH v11 00/12] Network support for Landlock
 2023-06-07  5:46 UTC  (9+ messages)
` [PATCH v11 11/12] samples/landlock: Add network demo
` [PATCH v11 12/12] landlock: Document Landlock's network support

[PATCH] capability: erase checker warnings about struct __user_cap_data_struct
 2023-06-06 21:07 UTC  (5+ messages)

[PATCH RESEND bpf-next 00/18] BPF token
 2023-06-06 20:13 UTC  (36+ messages)
` [PATCH RESEND bpf-next 01/18] bpf: introduce BPF token object
` [PATCH RESEND bpf-next 02/18] libbpf: add bpf_token_create() API
` [PATCH RESEND bpf-next 03/18] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH RESEND bpf-next 04/18] bpf: move unprivileged checks into map_create() and bpf_prog_load()
` [PATCH RESEND bpf-next 05/18] bpf: inline map creation logic in map_create() function
` [PATCH RESEND bpf-next 06/18] bpf: centralize permissions checks for all BPF map types
` [PATCH RESEND bpf-next 07/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH RESEND bpf-next 08/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH RESEND bpf-next 09/18] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH RESEND bpf-next 10/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH RESEND bpf-next 11/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH RESEND bpf-next 12/18] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH RESEND bpf-next 13/18] bpf: keep BPF_PROG_LOAD permission checks clear of validations
` [PATCH RESEND bpf-next 14/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH RESEND bpf-next 15/18] bpf: take into account BPF token when fetching helper protos
` [PATCH RESEND bpf-next 16/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH RESEND bpf-next 17/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH RESEND bpf-next 18/18] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-06-06 19:00 UTC  (5+ messages)

[PATCH 1/2] evm: Fix build warnings
 2023-06-06 15:35 UTC  (4+ messages)
` [PATCH 2/2] ima: "

[PATCH v1 0/5] Landlock support for UML
 2023-06-06 13:12 UTC  (7+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[GIT PULL] Asymmetric keys fix for v6.4-rc5
 2023-06-06 11:00 UTC  (11+ messages)

[PATCH] evm: Complete description of evm_inode_setattr()
 2023-06-05 13:14 UTC  (4+ messages)

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2023-06-05 12:42 UTC  (8+ messages)

[PATCH] integrity: Fix possible multiple allocation in integrity_inode_get()
 2023-06-05 11:52 UTC  (4+ messages)
` [PATCH v2] "

Wyższa konwersja w e-sklepie
 2023-06-02  9:00 UTC 

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-06-02 15:07 UTC  (23+ messages)
` [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 v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2023-06-02 13:39 UTC  (6+ messages)
` [PATCH v5 2/2] "

[GIT PULL] SELinux fixes for v6.4 (#1)
 2023-06-02 12:19 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-02  7:30 UTC 

[ANNOUNCE] KVM Microconference at LPC 2023
 2023-06-02  0:23 UTC  (3+ messages)

[PATCH 0/1] process attribute support for Landlock
 2023-06-01 22:08 UTC  (21+ messages)
` [PATCH v2] lsm: adds process attribute getter "

[PATCH] LSM: Infrastructure management of the sock
 2023-06-01  3:03 UTC  (4+ messages)

[PATCH] apparmor: remove unused macro
 2023-05-31 22:12 UTC  (2+ messages)

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-31 16:44 UTC  (13+ messages)

[PATCH] apparmor: aa_buffer: Convert 1-element array to flexible array
 2023-05-31 12:21 UTC  (4+ messages)

[PATCH] security: keys: perform capable check only on privileged operations
 2023-05-30 23:04 UTC  (5+ messages)

[PATCH] capabilities: use logical OR
 2023-05-30 14:05 UTC  (2+ messages)

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).