linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-27 18:23:04 to 2024-09-05 15:08:09 UTC [more...]

[PATCH v5 00/14] integrity: Introduce the Integrity Digest Cache
 2024-09-05 15:05 UTC  (6+ messages)
` [PATCH v5 01/14] lib: Add TLV parser
` [PATCH v5 03/14] digest_cache: Initialize digest caches
` [PATCH v5 04/14] digest_cache: Add securityfs interface
` [PATCH v5 05/14] digest_cache: Add hash tables and operations
` [PATCH v5 06/14] digest_cache: Populate the digest cache from a digest list

[PATCH 0/2 v2] remove PF_MEMALLOC_NORECLAIM
 2024-09-05 14:12 UTC  (24+ messages)
` [PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
` [PATCH 2/2] Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"

WARNING in process_measurement
 2024-09-05  2:23 UTC  (6+ messages)

[PATCH v11 0/8] Landlock: Add abstract UNIX socket restriction
 2024-09-05  0:14 UTC  (9+ messages)
` [PATCH v11 1/8] "
` [PATCH v11 2/8] selftests/landlock: Add test for handling unknown scope
` [PATCH v11 3/8] selftests/landlock: Add abstract UNIX socket restriction tests
` [PATCH v11 4/8] selftests/landlock: Add tests for UNIX sockets with any address formats
` [PATCH v11 5/8] selftests/landlock: Test connected vs non-connected datagram UNIX socket
` [PATCH v11 6/8] selftests/landlock: Restrict inherited datagram UNIX socket to connect
` [PATCH v11 7/8] sample/landlock: Add support abstract UNIX socket restriction
` [PATCH v11 8/8] Landlock: Document LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET and ABI version

[PATCH v2 00/13] LSM: Move away from secids
 2024-09-04 20:36 UTC  (28+ messages)
  ` [PATCH v2 01/13] LSM: Add the lsmblob data structure
    ` [PATCH v2 1/13] "
  ` [PATCH v2 02/13] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v2 03/13] LSM: Add lsmblob_to_secctx hook
    ` [PATCH v2 3/13] "
  ` [PATCH v2 04/13] Audit: maintain an lsmblob in audit_context
    ` [PATCH v2 4/13] "
  ` [PATCH v2 05/13] LSM: Use lsmblob in security_ipc_getsecid
    ` [PATCH v2 5/13] "
  ` [PATCH v2 06/13] Audit: Update shutdown LSM data
  ` [PATCH v2 07/13] LSM: Use lsmblob in security_current_getsecid
  ` [PATCH v2 08/13] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v2 09/13] Audit: use an lsmblob in audit_names
  ` [PATCH v2 10/13] LSM: Create new security_cred_getlsmblob LSM hook
  ` [PATCH v2 11/13] Audit: Change context data from secid to lsmblob
  ` [PATCH v2 12/13] Netlabel: Use lsmblob for audit data
  ` [PATCH v2 13/13] LSM: Remove lsmblob scaffolding

[PATCH v2 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-04 19:45 UTC  (19+ messages)
  ` [PATCH v2 -next 01/15] mm: vmstat: move sysctls to "
  ` [PATCH v2 -next 02/15] mm: filemap: move sysctl to its own file
  ` [PATCH v2 -next 03/15] mm: swap: "
  ` [PATCH v2 -next 04/15] mm: vmscan: move vmscan sysctls "
  ` [PATCH v2 -next 05/15] mm: util: move sysctls into it own files
  ` [PATCH v2 -next 06/15] mm: mmap: move sysctl into its own file
  ` [PATCH v2 -next 07/15] security: min_addr: "
  ` [PATCH v2 -next 08/15] mm: nommu: move sysctl to "
  ` [PATCH v2 -next 09/15] fs: fs-writeback: "
  ` [PATCH v2 -next 10/15] fs: drop_caches: "
  ` [PATCH v2 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
  ` [PATCH v2 -next 12/15] fs: dcache: move the sysctl into its own file
  ` [PATCH v2 -next 13/15] x86: vdso: "
  ` [PATCH v2 -next 14/15] sh: "
  ` [PATCH v2 -next 15/15] sysctl: remove unneeded include

[PATCH 0/2] get rid of PF_MEMALLOC_NORECLAIM
 2024-09-04 18:01 UTC  (25+ messages)
` [PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
  ` [PATCH 1/2 v2] "
` [PATCH 2/2] mm: drop PF_MEMALLOC_NORECLAIM

[PATCH] LSM: allow loadable kernel module based LSM modules
 2024-09-04 14:23 UTC  (2+ messages)

[RFC PATCH v1 0/4] Implement performance impact measurement tool
 2024-09-04 12:56 UTC  (3+ messages)
` [RFC PATCH v1 2/4] selftests/landlock: Implement per-syscall microbenchmarks

[RFC PATCH v3 00/19] Support socket access-control
 2024-09-04 12:45 UTC  (21+ messages)
` [RFC PATCH v3 01/19] landlock: "
` [RFC PATCH v3 02/19] landlock: Add hook on socket creation
` [RFC PATCH v3 03/19] selftests/landlock: Test basic socket restriction
` [RFC PATCH v3 04/19] selftests/landlock: Test adding a rule with each supported access
` [RFC PATCH v3 05/19] selftests/landlock: Test adding a rule for each unknown access
` [RFC PATCH v3 06/19] selftests/landlock: Test adding a rule for unhandled access
` [RFC PATCH v3 07/19] selftests/landlock: Test adding a rule for empty access
` [RFC PATCH v3 08/19] selftests/landlock: Test overlapped restriction
` [RFC PATCH v3 09/19] selftests/landlock: Test creating a ruleset with unknown access
` [RFC PATCH v3 10/19] selftests/landlock: Test adding a rule with family and type outside the range
` [RFC PATCH v3 11/19] selftests/landlock: Test unsupported protocol restriction
` [RFC PATCH v3 12/19] selftests/landlock: Test that kernel space sockets are not restricted
` [RFC PATCH v3 13/19] selftests/landlock: Test packet protocol alias
` [RFC PATCH v3 14/19] selftests/landlock: Test socketpair(2) restriction
` [RFC PATCH v3 15/19] selftests/landlock: Test SCTP peeloff restriction
` [RFC PATCH v3 16/19] selftests/landlock: Test that accept(2) is not restricted
` [RFC PATCH v3 17/19] samples/landlock: Replace atoi() with strtoull() in populate_ruleset_net()
` [RFC PATCH v3 18/19] samples/landlock: Support socket protocol restrictions
` [RFC PATCH v3 19/19] landlock: Document socket rule type support

[PATCH] smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso
 2024-09-03 15:38 UTC  (2+ messages)

[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-02 11:17 UTC  (7+ messages)
  ` [PATCH -next 12/15] fs: dcache: move the sysctl into its own file

[PATCH -next] apparmor: Remove unused parameter L1 in macro next_comb
 2024-09-02  7:39 UTC 

[GIT PULL] lsm/lsm-pr-20240830
 2024-08-30 18:37 UTC  (2+ messages)

[PATCH v8 17/21] mm/mmap: Use vms accounted pages in mmap_region()
 2024-08-30  4:00 UTC 

[PATCH -next] lsm: Use IS_ERR_OR_NULL() helper function
 2024-08-29 15:12 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/1] selinux,smack: don't bypass permissions check in inode_setsecctx hook
 2024-08-29 14:51 UTC  (12+ messages)
` [PATCH 1/1] "

[RFC PATCH] fs: obtain the inode generation number from vfs directly
 2024-08-29 13:34 UTC  (14+ messages)

[PATCH v8 0/8] Improve the copy of task comm
 2024-08-29  6:30 UTC  (23+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

BUG: general protection fault in tomoyo_check_acl
 2024-08-28 23:00 UTC 

[PATCH -next] apparmor: Use IS_ERR_OR_NULL() helper function
 2024-08-28 12:26 UTC 

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-28  1:19 UTC  (3+ messages)

[PATCH bpf-next 7/8] security,bpf: constify struct path in bpf_token_create() LSM hook
 2024-08-27 23:30 UTC  (3+ messages)

[PATCH net] sctp: fix association labeling in the duplicate COOKIE-ECHO case
 2024-08-27 23:20 UTC  (2+ messages)

[PATCH 0/7] keys: Add tracepoints
 2024-08-27 18:27 UTC  (13+ messages)
` [PATCH 2/7] keys: Extract struct key_user to its own header for tracing purposes
` [PATCH 3/7] keys: Move key_get() out of line so a tracepoint can be added
` [PATCH 4/7] keys: Add a key_ref_get() wrapper
` [PATCH 5/7] keys: Use key_get() instead of __key_get()
` [PATCH 6/7] keys: Provide a key_try_get() function and use it
` [PATCH 7/7] keys: Add tracepoints for the keyrings facility


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