linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-27 23:46:19 to 2023-10-09 16:10:35 UTC [more...]

[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 v15 00/11] LSM: Three basic syscalls
 2023-10-09 16:04 UTC  (18+ 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 v3 0/3] Reduce impact of overlayfs backing files fake path
 2023-10-09 15:37 UTC  (4+ 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 v12 00/12] Network support for Landlock
 2023-10-09 15:36 UTC  (10+ 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 v6 0/5] Reduce overhead of LSMs with static calls
 2023-10-09 10:10 UTC  (9+ 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 v2 0/3] Reduce impact of overlayfs backing files fake path
 2023-10-09  8:25 UTC  (10+ 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

[PATCH v3 0/4] querying mount attributes
 2023-10-06 23:07 UTC  (20+ messages)
` [PATCH v3 1/4] add unique mount ID
` [PATCH v3 2/4] namespace: extract show_path() helper
` [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  (24+ messages)
` [PATCH v5 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v5 2/5] security: Count the LSMs enabled at compile time
` [PATCH v5 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v5 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v5 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[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 00/87] fs: new accessor methods for atime and mtime
 2023-10-03 23:41 UTC  (5+ messages)
` [PATCH 01/87] "
  ` [PATCH 82/87] security/apparmor: convert to new inode {a,m}time accessors
  ` [PATCH 84/87] security: "

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-03 20:51 UTC  (6+ messages)
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

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  (24+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
            ` [OT] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[RFC PATCH v1 0/7] Landlock audit support
 2023-09-29 16:33 UTC  (12+ messages)
` [RFC PATCH v1 5/7] landlock: Log file-related requests

[PATCH v2] apparmor/file: Removing unnecessary initial values for variable pointers
 2023-09-28 19:35 UTC  (3+ messages)

[PATCH 0/2] Sign the Image which is zboot's payload
 2023-09-27 23:46 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 NNTP newsgroup(s).