linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-10 18:53:22 to 2024-09-22 16:50:46 UTC [more...]

[PATCH v10 0/8] File abstractions needed by Rust Binder
 2024-09-22 16:50 UTC  (30+ 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 1/2] ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower version
 2024-09-22 15:42 UTC  (3+ messages)
` [PATCH 2/2] ipe: also reject policy updates with the same version

[PATCH] ipe: Add missing terminator to list of unit tests
 2024-09-22 14:52 UTC 

[syzbot] [keyrings?] [lsm?] [ext4?] possible deadlock in keyring_clear (2)
 2024-09-22 11:43 UTC  (3+ messages)

[PATCH v5 0/5] Lazy flush for the auth session
 2024-09-21 14:38 UTC  (9+ messages)
` [PATCH v5 1/5] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v5 2/5] tpm: Implement tpm2_load_null() rollback
` [PATCH v5 3/5] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v5 4/5] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v5 5/5] tpm: flush the auth session only when /dev/tpm0 is open

[RFC PATCH v1 0/7] landlock: Add UDP access control support
 2024-09-21 10:23 UTC  (12+ 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] apparmor: Remove deadcode
 2024-09-20 23:55 UTC 

[syzbot] [lsm?] KASAN: slab-use-after-free Read in smk_access
 2024-09-20 16:58 UTC  (2+ messages)

[PATCH] ipe: allow secondary and platform keyrings to install/update policies
 2024-09-20 13:02 UTC  (7+ messages)
` [PATCH v2] "

[GIT PULL] lsm/lsm-pr-20240920
 2024-09-20  9:11 UTC 

[PATCH] selinux,smack: properly reference the LSM blob in security_watch_key()
 2024-09-19 20:40 UTC  (3+ messages)

[syzbot] [audit?] general protection fault in smack_log_callback
 2024-09-19 19:37 UTC  (4+ messages)

[GIT PULL] Smack patches for 6.12
 2024-09-19 15:10 UTC  (2+ messages)

[PATCH v4 0/5] Lazy flush for the auth session
 2024-09-19 13:45 UTC  (8+ messages)
` [PATCH v4 1/5] tpm: Return on tpm2_create_null_primary() failure
` [PATCH v4 2/5] tpm: Return on tpm2_create_primary() failure in tpm2_load_null()
` [PATCH v4 3/5] tpm: flush the null key only when /dev/tpm0 is accessed
` [PATCH v4 4/5] tpm: Allocate chip->auth in tpm2_start_auth_session()
` [PATCH v4 5/5] tpm: flush the auth session only when /dev/tpm0 is open

[RFC PATCH v3 00/19] Support socket access-control
 2024-09-19 10:53 UTC  (24+ messages)
` [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 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

[PATCH] mm: call the security_mmap_file() LSM hook in remap_file_pages()
 2024-09-19  8:13 UTC  (2+ messages)

[PATCH 0/5] LSM: Replace secctx/len pairs with lsm_context
 2024-09-19  4:12 UTC  (7+ 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] security/keys: fix slab-out-of-bounds in key_task_permission
 2024-09-18 20:57 UTC  (7+ messages)

[PATCH v3 0/7] Lazy flush for the auth session
 2024-09-18 20:38 UTC  (10+ 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()

[RFC 0/6] Managed Percpu Refcount
 2024-09-18  5:44 UTC  (8+ 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 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] "

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

[PATCH v3 00/13] LSM: Move away from secids
 2024-09-14 15:05 UTC  (11+ messages)
` [PATCH v3 01/13] LSM: Add the lsm_prop data structure
` [PATCH v3 05/13] LSM: Use lsm_prop in security_ipc_getsecid
` [PATCH v3 07/13] LSM: Use lsm_prop in security_current_getsecid

[PATCH v4 0/6] landlock: Signal scoping support
 2024-09-13 15:07 UTC  (8+ messages)
` [PATCH v4 1/6] landlock: Add signal scoping control
` [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)


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