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

[PATCH 0/5] LSM: Replace secctx/len pairs with lsm_context
 2024-09-17 23:52 UTC  (6+ messages)
  ` [PATCH 1/5] LSM: Replace context+len "
  ` [PATCH 2/5] LSM: Use lsm_context in security_inode_getsecctx
  ` [PATCH 3/5] LSM: lsm_context in security_dentry_init_security
  ` [PATCH 4/5] LSM: secctx provider check on release
  ` [PATCH 5/5] LSM: Use lsm_context in security_inode_notifysecctx

[PATCH v3 0/7] Lazy flush for the auth session
 2024-09-17 15:44 UTC  (8+ messages)
` [PATCH v3 1/7] tpm: Remove the top-level documentation tpm2-sessions.c
` [PATCH v3 2/7] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v3 3/7] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v3 4/7] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v3 5/7] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v3 6/7] tpm: flush the auth session only when /dev/tpm0 is open
` [PATCH v3 7/7] tpm: open code tpm2_create_null_primary()

[PATCH v10 0/8] File abstractions needed by Rust Binder
 2024-09-17 13:18 UTC  (25+ messages)
` [PATCH v10 1/8] rust: types: add `NotThreadSafe`
` [PATCH v10 2/8] rust: task: add `Task::current_raw`
` [PATCH v10 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v10 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v10 5/8] rust: security: add abstraction for secctx
` [PATCH v10 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH v10 8/8] rust: file: add abstraction for `poll_table`

[PATCH v3 00/14] KEYS: Add support for PGP keys and signatures
 2024-09-17 11:27 UTC  (10+ messages)

[PATCH v2 0/2] get rid of cred_transfer
 2024-09-16 21:14 UTC  (9+ messages)
` [PATCH v2 1/2] KEYS: use synchronous task work for changing parent credentials
  ` Can KEYCTL_SESSION_TO_PARENT be dropped entirely? -- was "

[GIT PULL] lsm/lsm-pr-20240911
 2024-09-16 17:57 UTC  (6+ messages)

[GIT PULL] selinux/selinux-pr-20240911
 2024-09-16 15:00 UTC  (2+ messages)

[PATCH v11 0/8] Landlock: Add abstract UNIX socket restriction
 2024-09-16 12:32 UTC  (7+ messages)
` [PATCH v11 1/8] "

[RFC PATCH v1 0/7] landlock: Add UDP access control support
 2024-09-16 12:22 UTC  (8+ messages)
` [RFC PATCH v1 1/7] samples/landlock: Fix port parsing in sandboxer
` [RFC PATCH v1 2/7] samples/landlock: Clarify option parsing behaviour
` [RFC PATCH v1 3/7] landlock: Add UDP bind+connect access control
` [RFC PATCH v1 4/7] landlock: Add UDP send+recv "
` [RFC PATCH v1 5/7] samples/landlock: Add sandboxer UDP "
` [RFC PATCH v1 6/7] selftests/landlock: Adapt existing tests for UDP
` [RFC PATCH v1 7/7] selftests/landlock: Add UDP sendmsg/recvmsg tests

[PATCH v2 0/6] lazy flush for the auth session
 2024-09-16 11:07 UTC  (7+ messages)
` [PATCH v2 1/6] tpm: Remove documentation from the header of tpm2-sessions.c
` [PATCH v2 2/6] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v2 3/6] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v2 4/6] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v2 5/6] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v2 6/6] tpm: flush the auth session only when /dev/tpm0 is open

[PATCH v5 00/14] integrity: Introduce the Integrity Digest Cache
 2024-09-16 10:05 UTC  (11+ messages)
` [PATCH v5 01/14] lib: Add TLV parser
` [PATCH v5 13/14] selftests/digest_cache: Add selftests for the Integrity Digest Cache

[RFC 0/6] Managed Percpu Refcount
 2024-09-16  5:08 UTC  (7+ messages)
` [RFC 1/6] percpu-refcount: Add managed mode for RCU released objects
` [RFC 2/6] percpu-refcount: Add torture test for percpu refcount
` [RFC 3/6] percpu-refcount: Extend managed mode to allow runtime switching
` [RFC 4/6] percpu-refcount-torture: Extend test with runtime mode switches
` [RFC 5/6] apparmor: Switch labels to percpu refcount in atomic mode
` [RFC 6/6] apparmor: Switch labels to percpu ref managed mode

[PATCH] security/keys: fix slab-out-of-bounds in key_task_permission
 2024-09-15 13:59 UTC  (5+ messages)

[PATCH] ipe: allow secondary and platform keyrings to install/update policies
 2024-09-15  9:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 00/13] LSM: Move away from secids
 2024-09-14 15:05 UTC  (21+ messages)
  ` [PATCH v3 01/13] LSM: Add the lsm_prop data structure
  ` [PATCH v3 02/13] LSM: Use lsm_prop in security_audit_rule_match
  ` [PATCH v3 03/13] LSM: Add lsmprop_to_secctx hook
  ` [PATCH v3 04/13] Audit: maintain an lsm_prop in audit_context
  ` [PATCH v3 05/13] LSM: Use lsm_prop in security_ipc_getsecid
  ` [PATCH v3 06/13] Audit: Update shutdown LSM data
  ` [PATCH v3 07/13] LSM: Use lsm_prop in security_current_getsecid
  ` [PATCH v3 08/13] LSM: Use lsm_prop in security_inode_getsecid
  ` [PATCH v3 09/13] Audit: use an lsm_prop in audit_names
  ` [PATCH v3 10/13] LSM: Create new security_cred_getlsmprop LSM hook
  ` [PATCH v3 11/13] Audit: Change context data from secid to lsm_prop
  ` [PATCH v3 12/13] Use lsm_prop for audit data
  ` [PATCH v3 13/13] LSM: Remove lsm_prop scaffolding

[GIT PULL] Smack patches for 6.12
 2024-09-14  0:16 UTC 

[RFC PATCH v3 00/19] Support socket access-control
 2024-09-13 16:15 UTC  (15+ messages)
` [RFC PATCH v3 01/19] landlock: "
` [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

[PATCH v4 0/6] landlock: Signal scoping support
 2024-09-13 15:07 UTC  (13+ messages)
` [PATCH v4 1/6] landlock: Add signal scoping control
` [PATCH v4 2/6] selftest/landlock: Signal restriction tests
` [PATCH v4 3/6] selftest/landlock: Add signal_scoping_threads test
` [PATCH v4 4/6] selftest/landlock: Test file_send_sigiotask by sending out-of-bound message
` [PATCH v4 5/6] sample/landlock: Support sample for signal scoping restriction
` [PATCH v4 6/6] landlock: Document LANDLOCK_SCOPED_SIGNAL

[PATCH] smack: deduplicate access to string conversion
 2024-09-13 14:46 UTC 

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-13  2:23 UTC  (11+ messages)
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

WARNING in process_measurement
 2024-09-11 14:05 UTC  (7+ messages)

[PATCH v6] tpm: Add new device/vendor ID 0x50666666
 2024-09-11 13:21 UTC  (2+ messages)

[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
 2024-09-11 12:56 UTC  (3+ messages)
` [PATCH v2 06/19] crypto: rsassa-pkcs1 - Migrate to sig_alg backend

Trusted keys: DCP: Unable to handle paging request
 2024-09-11 11:46 UTC  (2+ messages)

[PATCH v1] security/apparmor: remove duplicate unpacking in unpack_perm function
 2024-09-10 23:22 UTC  (4+ messages)

[PATCH 0/2 v2] remove PF_MEMALLOC_NORECLAIM
 2024-09-10 19:37 UTC  (3+ messages)

[PATCH] apparmor: Remove unnecessary NULL check before kvfree()
 2024-09-10 17:48 UTC 

[PATCH] apparmor: domain: clean up duplicated parts of handle_onexec()
 2024-09-10  6:37 UTC  (2+ messages)

[PATCH -next] apparmor: Use IS_ERR_OR_NULL() helper function
 2024-09-10  6:22 UTC  (2+ messages)

[PATCH] LSM: allow loadable kernel module based LSM modules
 2024-09-09 20:18 UTC  (8+ messages)

[PATCH v3 1/2] fs: Fix file_set_fowner LSM hook inconsistencies
 2024-09-09 18:43 UTC  (6+ messages)

linux-next commit 0855feef5235 ("fsnotify: introduce pre-content permission event")
 2024-09-09 18:23 UTC  (3+ messages)

[PATCH 2/2] selinux: move genheaders to security/selinux/
 2024-09-06 17:33 UTC  (8+ messages)

[RFC][PATCH v3 00/10] ima: Integrate with Integrity Digest Cache
 2024-09-06 13:40 UTC  (10+ messages)
` [RFC][PATCH v3 01/10] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v3 04/10] ima: Add digest_cache_measure/appraise boot-time built-in policies
` [RFC][PATCH v3 09/10] ima: Use digest caches for measurement
` [RFC][PATCH v3 10/10] ima: Use digest caches for appraisal

[PATCH v2 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-06  2:35 UTC  (3+ 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).