linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-26 15:26:18 to 2022-09-30 01:44:58 UTC [more...]

[PATCH v4 00/30] acl: add vfs posix acl api
 2022-09-30  1:44 UTC  (36+ messages)
` [PATCH v4 01/30] orangefs: rework posix acl handling when creating new filesystem objects
` [PATCH v4 02/30] fs: pass dentry to set acl method
` [PATCH v4 03/30] fs: rename current get "
` [PATCH v4 04/30] fs: add new "
` [PATCH v4 05/30] cifs: implement "
` [PATCH v4 06/30] cifs: implement set "
` [PATCH v4 07/30] 9p: implement get "
` [PATCH v4 08/30] 9p: implement set "
` [PATCH v4 09/30] security: add get, remove and set acl hook
` [PATCH v4 10/30] selinux: implement get, set and remove "
` [PATCH v4 11/30] smack: "
` [PATCH v4 12/30] integrity: implement get and set "
` [PATCH v4 13/30] evm: add post "
` [PATCH v4 14/30] internal: add may_write_xattr()
` [PATCH v4 15/30] acl: add vfs_set_acl()
` [PATCH v4 16/30] acl: add vfs_get_acl()
` [PATCH v4 17/30] acl: add vfs_remove_acl()
` [PATCH v4 18/30] ksmbd: use vfs_remove_acl()
` [PATCH v4 19/30] ecryptfs: implement get acl method
` [PATCH v4 20/30] ecryptfs: implement set "
` [PATCH v4 21/30] ovl: implement get "
` [PATCH v4 22/30] ovl: implement set "
` [PATCH v4 23/30] ovl: use posix acl api
` [PATCH v4 24/30] xattr: "
` [PATCH v4 25/30] evm: remove evm_xattr_acl_change()
` [PATCH v4 26/30] ecryptfs: use stub posix acl handlers
` [PATCH v4 27/30] ovl: "
` [PATCH v4 28/30] cifs: "
` [PATCH v4 29/30] 9p: "
` [PATCH v4 30/30] acl: remove a slew of now unused helpers

[PATCH v3 00/29] acl: add vfs posix acl api
 2022-09-29 23:25 UTC  (50+ messages)
` [PATCH v3 01/29] orangefs: rework posix acl handling when creating new filesystem objects
` [PATCH v3 02/29] fs: pass dentry to set acl method
` [PATCH v3 03/29] fs: rename current get "
` [PATCH v3 04/29] fs: add new "
` [PATCH v3 05/29] cifs: implement "
` [PATCH v3 06/29] cifs: implement set "
` [PATCH v3 07/29] 9p: implement get "
` [PATCH v3 08/29] 9p: implement set "
` [PATCH v3 09/29] security: add get, remove and set acl hook
` [PATCH v3 10/29] selinux: implement get, set and remove "
` [PATCH v3 11/29] smack: "
` [PATCH v3 12/29] integrity: implement get and set "
` [PATCH v3 13/29] evm: add post "
` [PATCH v3 14/29] acl: add vfs_set_acl()
` [PATCH v3 15/29] acl: add vfs_get_acl()
` [PATCH v3 16/29] acl: add vfs_remove_acl()
` [PATCH v3 17/29] ksmbd: use vfs_remove_acl()
` [PATCH v3 18/29] ecryptfs: implement get acl method
` [PATCH v3 19/29] ecryptfs: implement set "
` [PATCH v3 20/29] ovl: implement get "
` [PATCH v3 21/29] ovl: implement set "
` [PATCH v3 22/29] ovl: use posix acl api
` [PATCH v3 23/29] xattr: "
` [PATCH v3 24/29] evm: remove evm_xattr_acl_change()
` [PATCH v3 25/29] ecryptfs: use stub posix acl handlers
` [PATCH v3 26/29] ovl: "
` [PATCH v3 27/29] cifs: "
` [PATCH v3 28/29] 9p: "
` [PATCH v3 29/29] acl: remove a slew of now unused helpers

Closing the BPF map permission loophole
 2022-09-29 22:30 UTC  (7+ messages)

[PATCH v6 0/5] landlock: truncate support
 2022-09-29 19:22 UTC  (14+ messages)
` [PATCH v6 1/5] security: create file_truncate hook from path_truncate hook
` [PATCH v6 2/5] landlock: Support file truncation

[PATCH v1] ksmbd: Fix user namespace mapping
 2022-09-29 13:08 UTC  (5+ messages)

[PATCHv2 RESEND] efi: Correct Macmini DMI match in uefi cert quirk
 2022-09-29 11:49 UTC 

[PATCH 0/1] Add CONFIG_SECURITY_SELINUX_PERMISSIVE_DONTAUDIT
 2022-09-28 16:49 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH] KEYS: encrypted: fix key instantiation with user-provided data
 2022-09-28 16:33 UTC  (12+ messages)

[PATCH v2 0/2] powerpc/pseries: restrict error injection and DT changes when locked down
 2022-09-28 16:23 UTC  (8+ messages)
` [PATCH v2 1/2] powerpc/pseries: block untrusted device tree "
` [PATCH v2 2/2] powerpc/rtas: block error injection "

[PATCH v2 00/30] acl: add vfs posix acl api
 2022-09-28 15:27 UTC  (37+ messages)
` [PATCH v2 10/30] security: add set acl hook
` [PATCH v2 11/30] selinux: implement "
` [PATCH v2 12/30] smack: "
` [PATCH v2 13/30] evm: "
` [PATCH v2 14/30] acl: use "
` [PATCH v2 15/30] evm: add post "
` [PATCH v2 16/30] acl: add vfs_get_acl()
` [PATCH v2 17/30] acl: add vfs_remove_acl()
` [PATCH v2 18/30] evm: simplify evm_xattr_acl_change()
` [PATCH v2 26/30] ecryptfs: use stub posix acl handlers
` [PATCH v2 29/30] 9p: "
` [PATCH v2 30/30] acl: remove a slew of now unused helpers

[PATCH v5 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
 2022-09-28 14:11 UTC  (7+ messages)
` [PATCH v5 2/2] "

[GIT PULL] linux-tpmdd updates for v6.0-rc1
 2022-09-28  2:32 UTC  (2+ messages)

LSM stacking in next for 6.1?
 2022-09-27 22:37 UTC  (16+ messages)

[PATCH v38 00/39] LSM: Module stacking for AppArmor
 2022-09-27 20:31 UTC  (40+ messages)
  ` [PATCH v38 01/39] LSM: Identify modules by more than name
  ` [PATCH v38 02/39] LSM: Add an LSM identifier for external use
  ` [PATCH v38 03/39] LSM: Identify the process attributes for each module
  ` [PATCH v38 04/39] LSM: Maintain a table of LSM attribute data
  ` [PATCH v38 05/39] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v38 06/39] LSM: lsm_self_attr syscall for LSM self attributes
  ` [PATCH v38 07/39] integrity: disassociate ima_filter_rule from security_audit_rule
  ` [PATCH v38 08/39] LSM: Infrastructure management of the sock security
  ` [PATCH v38 09/39] LSM: Add the lsmblob data structure
  ` [PATCH v38 10/39] LSM: provide lsm name and id slot mappings
  ` [PATCH v38 11/39] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v38 12/39] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v38 13/39] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v38 14/39] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v38 15/39] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v38 16/39] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v38 17/39] LSM: Use lsmblob in security_current_getsecid
  ` [PATCH v38 18/39] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v38 19/39] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v38 20/39] LSM: Specify which LSM to display
  ` [PATCH v38 21/39] LSM: Ensure the correct LSM context releaser
  ` [PATCH v38 22/39] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v38 23/39] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v38 24/39] Use lsmcontext in security_dentry_init_security
  ` [PATCH v38 25/39] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v38 26/39] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v38 27/39] binder: Pass LSM identifier for confirmation
  ` [PATCH v38 28/39] LSM: security_secid_to_secctx module selection
  ` [PATCH v38 29/39] Audit: Keep multiple LSM data in audit_names
  ` [PATCH v38 30/39] Audit: Create audit_stamp structure
  ` [PATCH v38 31/39] LSM: Add a function to report multiple LSMs
  ` [PATCH v38 32/39] Audit: Allow multiple records in an audit_buffer
  ` [PATCH v38 33/39] Audit: Add record for multiple task security contexts
  ` [PATCH v38 34/39] audit: multiple subject lsm values for netlabel
  ` [PATCH v38 35/39] Audit: Add record for multiple object contexts
  ` [PATCH v38 36/39] netlabel: Use a struct lsmblob in audit data
  ` [PATCH v38 37/39] LSM: Removed scaffolding function lsmcontext_init
  ` [PATCH v38 38/39] AppArmor: Remove the exclusive flag
  ` [PATCH v38 39/39] LSM: Create lsm_module_list system call

[PATCH v1 0/3] Improve Landlock help
 2022-09-27 16:58 UTC  (12+ messages)
` [PATCH v1 1/3] samples/landlock: Print hints about ABI versions
` [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
` [PATCH v1 3/3] landlock: Fix documentation style

[PATCH v3 00/11] Encrypted Hibernation
 2022-09-27 16:58 UTC  (5+ messages)
` [PATCH v3 04/11] security: keys: trusted: Include TPM2 creation data
` [PATCH v3 05/11] security: keys: trusted: Allow storage of PCR values in "
` [PATCH v3 06/11] security: keys: trusted: Verify "

[PATCH v5] selftests/landlock: Skip overlayfs tests not supported
 2022-09-27 16:47 UTC  (4+ messages)

[PATCH 5.15 0/6] arm64: kexec_file: use more system keyrings to verify kernel image signature + dependencies
 2022-09-27  7:49 UTC  (9+ 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).