linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-01 05:39:26 to 2023-10-11 15:44:00 UTC [more...]

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-10-11 15:43 UTC  (8+ messages)
` [PATCH v3 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() "
` [PATCH v3 04/25] ima: Align ima_file_mprotect() "

[PATCH] KEYS: trusted: Rollback init_trusted() consistently
 2023-10-11 14:05 UTC  (12+ messages)

[PATCH v6 0/5] Reduce overhead of LSMs with static calls
 2023-10-11  9:27 UTC  (10+ messages)
` [PATCH v6 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v6 2/5] security: Count the LSMs enabled at compile time
` [PATCH v6 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v6 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v6 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[PATCH v6 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-10-11  2:35 UTC  (8+ messages)
` [PATCH v6 bpf-next 02/13] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v6 bpf-next 03/13] bpf: introduce BPF token object
  ` [PATCH v6 3/13] "
` [PATCH v6 bpf-next 04/13] bpf: add BPF token support to BPF_MAP_CREATE command

[PATCH v12 00/12] Network support for Landlock
 2023-10-11  1:53 UTC  (21+ messages)
` [PATCH v12 02/12] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v12 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v12 09/12] selftests/landlock: Share enforce_ruleset()

[PATCH v3 0/3] Reduce impact of overlayfs backing files fake path
 2023-10-11  1:37 UTC  (18+ messages)
` [PATCH v3 1/3] fs: get mnt_writers count for an open backing file's real path
` [PATCH v3 2/3] fs: create helper file_user_path() for user displayed mapped file path
` [PATCH v3 3/3] fs: store real path instead of fake path in backing file f_path

[PATCH v6 bpf-next 06/13] bpf: add BPF token support to BPF_PROG_LOAD command
 2023-10-11  1:17 UTC  (2+ messages)
` [PATCH v6 6/13] "

[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-10-10 21:19 UTC  (8+ messages)
` [PATCH v4 2/12] "

[PATCH v15 00/11] LSM: Three basic syscalls
 2023-10-10 13:10 UTC  (20+ messages)
` [PATCH v15 01/11] LSM: Identify modules by more than name
` [PATCH v15 04/11] LSM: syscalls for current process attributes
` [PATCH v15 05/11] LSM: Create lsm_list_modules system call
` [PATCH v15 06/11] LSM: wireup Linux Security Module syscalls
` [PATCH v15 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v15 08/11] Smack: implement setselfattr and getselfattr hooks
` [PATCH v15 11/11] LSM: selftests for Linux Security Module syscalls

[PATCH v5 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-10-10  0:23 UTC  (8+ messages)
` [PATCH v5 bpf-next 03/13] bpf: introduce BPF token object

[PATCH] ima: Add __counted_by for struct modsig and use struct_size()
 2023-10-09 19:55 UTC  (2+ messages)

[PATCH v2 0/3] Reduce impact of overlayfs backing files fake path
 2023-10-09 18:53 UTC  (11+ messages)
` [PATCH v2 1/3] fs: get mnt_writers count for an open backing file's real path
` [PATCH v2 2/3] fs: create helper file_user_path() for user displayed mapped file path
` [PATCH v2 3/3] fs: store real path instead of fake path in backing file f_path

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-09 16:42 UTC  (8+ messages)
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (6+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 84/89] apparmor: convert "
  ` [PATCH v2 86/89] security: "

[PATCH v3 0/4] querying mount attributes
 2023-10-06 23:07 UTC  (16+ messages)
` [PATCH v3 1/4] add unique mount ID
` [PATCH v3 3/4] add statmount(2) syscall
` [PATCH v3 4/4] add listmount(2) syscall

[PATCH v5 0/5] Reduce overhead of LSMs with static calls
 2023-10-06 18:32 UTC  (14+ messages)
` [PATCH v5 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
 2023-10-06 12:47 UTC  (3+ messages)

apparmor: global buffers spin lock may get contended
 2023-10-06  4:18 UTC  (10+ messages)
      ` [PATCH v3] "

[RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules
 2023-10-05 14:12 UTC  (21+ messages)

[RFC PATCH v11 00/19] Integrity Policy Enforcement LSM (IPE)
 2023-10-05  2:49 UTC  (24+ messages)
` [RFC PATCH v11 01/19] security: add ipe lsm
` [RFC PATCH v11 02/19] ipe: add policy parser
` [RFC PATCH v11 03/19] ipe: add evaluation loop
` [RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v11 06/19] security: add new securityfs delete function
` [RFC PATCH v11 07/19] ipe: add userspace interface
` [RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v11 09/19] ipe: add permissive toggle
` [RFC PATCH v11 10/19] block|security: add LSM blob to block_device
` [RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v11 12/19] dm: add finalize hook to target_type
` [RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v11 17/19] scripts: add boot policy generation program
` [RFC PATCH v11 18/19] ipe: kunit test for parser
` [RFC PATCH v11 19/19] documentation: add ipe documentation

[PATCH] certs: Restrict blacklist updates to the secondary trusted keyring
 2023-10-05 14:05 UTC  (3+ messages)
                  ` RFC: New LSM to control usage of x509 certificates

[PATCH] lsm: fix a spelling mistake
 2023-10-04 20:09 UTC  (2+ messages)

[RFC PATCH 0/3] quering mount attributes
 2023-10-04 19:22 UTC  (8+ messages)
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH v12 11/12] samples/landlock: Add network demo
 2023-10-04 11:02 UTC  (6+ messages)
  ` linux-next: build warning after merge of the landlock tree

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:45 UTC 

[PATCH v5 3/5] security: Replace indirect LSM hook calls with static calls
 2023-10-04  0:09 UTC  (4+ messages)

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-10-03 23:41 UTC  (3+ messages)
  ` [PATCH 84/87] security: convert to new inode {a,m}time accessors

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-10-03  8:10 UTC 

[PATCH v3 0/3] DCP as trusted keys backend
 2023-10-02 22:50 UTC  (5+ messages)
` [PATCH v3 1/3] crypto: mxs-dcp: Add support for hardware provided keys

[PATCH v3 0/5] Reduce overhead of LSMs with static calls
 2023-10-02 14:34 UTC  (16+ messages)
` [PATCH v3 2/5] security: Count the LSMs enabled at compile time

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-10-01  5:01 UTC  (9+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
              ` [OT] "


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