linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-07 14:50:41 to 2024-10-14 15:15:02 UTC [more...]

[PATCH v2 0/6] LSM: Replace secctx/len pairs with lsm_context
 2024-10-14 15:14 UTC 

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-14 14:47 UTC  (55+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers
  ` [PATCH RFC "
` [RFC PATCH v1 3/7] selinux: Fix inode numbers in error messages
  ` [PATCH RFC "
` [RFC PATCH v1 4/7] integrity: Fix inode numbers in audit records
  ` [PATCH RFC "
` [RFC PATCH v1 5/7] ipe: "
` [RFC PATCH v1 6/7] smack: Fix inode numbers in logs
` [RFC PATCH v1 7/7] tomoyo: "
  ` [PATCH] tomoyo: use u64 for handling numeric values

[PATCH] fsnotify, lsm: Separate fsnotify_open_perm() and security_file_open()
 2024-10-14 14:11 UTC  (5+ messages)

[PATCH v2 0/3] Refactor Landlock access mask management
 2024-10-14 12:48 UTC  (4+ messages)
` [PATCH v2 1/3] landlock: Refactor filesystem "
` [PATCH v2 2/3] landlock: Refactor network "
` [PATCH v2 3/3] landlock: Optimize scope enforcement

[PATCH v5 0/5] Lazy flush for the auth session
 2024-10-14 12:34 UTC  (15+ messages)
` [PATCH v5 1/5] tpm: Return on tpm2_create_null_primary() failure

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

[PATCH 1/3] ima: Remove inode lock
 2024-10-14 11:45 UTC  (15+ messages)
` [PATCH 2/3] ima: Ensure lock is held when setting iint pointer in inode security blob
` [PATCH 3/3] ima: Mark concurrent accesses to the iint pointer in the "

[PATCH v20 0/6] Script execution control (was O_MAYEXEC)
 2024-10-14  8:24 UTC  (14+ messages)
` [PATCH v20 1/6] exec: Add a new AT_CHECK flag to execveat(2)
` [PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v20 3/6] selftests/exec: Add 32 tests for AT_CHECK and exec securebits
` [PATCH v20 4/6] selftests/landlock: Add tests for execveat + AT_CHECK
` [PATCH v20 5/6] samples/check-exec: Add set-exec
` [PATCH v20 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[syzbot] [integrity?] [lsm?] KMSAN: uninit-value in ima_add_template_entry (2)
 2024-10-13 19:06 UTC  (2+ messages)

[PATCH v2] fsnotify, lsm: Decouple fsnotify from lsm
 2024-10-13 14:51 UTC  (4+ messages)

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

[GIT PULL] tomoyo update for v6.12
 2024-10-11 18:01 UTC  (8+ messages)

[PATCH] ima: Suspend PCR extends and log appends when rebooting
 2024-10-11 15:40 UTC  (2+ messages)

[PATCH] security/keys: fix slab-out-of-bounds in key_task_permission
 2024-10-11  2:11 UTC  (5+ messages)

[PATCH] apparmor: test: Fix memory leak for aa_unpack_strdup()
 2024-10-11  1:22 UTC 

[PATCH] netfilter: Record uid and gid in xt_AUDIT
 2024-10-10 20:40 UTC  (4+ messages)

[PATCH v1] ipe: add 'anonymous_memory' property for policy decisions
 2024-10-10 17:42 UTC 

[PATCH v1 0/3] Refactor Landlock access mask management
 2024-10-10  9:10 UTC  (5+ messages)
` [PATCH v1 1/3] landlock: Refactor filesystem "

[syzbot] [apparmor?] [ext4?] INFO: rcu detected stall in sys_getdents64
 2024-10-10  3:27 UTC 

[PATCH] evm: stop avoidably reading i_writecount in evm_file_release
 2024-10-10  3:00 UTC  (2+ messages)

[PATCH][next] integrity: Use static_assert() to check struct sizes
 2024-10-10  3:00 UTC  (2+ messages)

[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
 2024-10-09 19:05 UTC  (9+ messages)

[PATCH] ima: Fix OOB read when violation occurs with ima template
 2024-10-09 15:34 UTC  (2+ messages)

lsm sb_delete hook, was Re: [PATCH 4/7] vfs: Convert sb->s_inodes iteration to super_iter_inodes()
 2024-10-09 14:18 UTC  (18+ messages)

[PATCH v2] security/keys: fix slab-out-of-bounds in key_task_permission
 2024-10-08 12:46 UTC 

[PATCH v9 0/7] Improve the copy of task comm
 2024-10-07 14:49 UTC  (3+ messages)
` [PATCH v9 6/7] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v9 7/7] drm: Replace strcpy() with strscpy()


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