linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-27 20:10:57 to 2022-10-04 08:04:05 UTC [more...]

Closing the BPF map permission loophole
 2022-10-04  8:03 UTC  (11+ messages)

[PATCH v4 00/30] acl: add vfs posix acl api
 2022-10-04  7:04 UTC  (53+ 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

[GIT PULL] SELinux patches for v6.1
 2022-10-04  1:03 UTC  (2+ messages)

[GIT PULL] LSM patches for v6.1
 2022-10-04  1:03 UTC  (2+ messages)

[GIT PULL] Smack patches for 6.1
 2022-10-04  1:03 UTC  (2+ messages)

[PATCH] apparmor: fix obsoleted comments for aa_getprocattr() and audit_resource()
 2022-10-02 11:36 UTC  (2+ messages)

[PATCH] apparmor: remove useless static inline functions
 2022-10-02 11:35 UTC  (2+ messages)

[PATCH v8 0/9] landlock: truncate support
 2022-10-01 15:49 UTC  (10+ messages)
` [PATCH v8 1/9] security: Create file_truncate hook from path_truncate hook
` [PATCH v8 2/9] selftests/landlock: Locally define __maybe_unused
` [PATCH v8 3/9] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v8 4/9] landlock: Support file truncation
` [PATCH v8 5/9] selftests/landlock: Selftests for file truncation support
` [PATCH v8 6/9] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v8 7/9] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v8 8/9] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v8 9/9] landlock: Document Landlock's file truncation support

[PATCH v7 0/7] landlock: truncate support
 2022-09-30 18:32 UTC  (9+ messages)
` [PATCH v7 1/7] security: Create file_truncate hook from path_truncate hook
` [PATCH v7 2/7] landlock: Support file truncation
` [PATCH v7 3/7] selftests/landlock: Selftests for file truncation support
` [PATCH v7 4/7] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v7 5/7] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v7 6/7] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v7 7/7] landlock: Document Landlock's file truncation support

[PATCHv2 RESEND] efi: Correct Macmini DMI match in uefi cert quirk
 2022-09-30 18:24 UTC  (2+ messages)

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

[mic:next 4/9] fs/open.c:191: undefined reference to `security_file_truncate'
 2022-09-30 13:23 UTC  (2+ messages)

[PATCH v3 00/29] acl: add vfs posix acl api
 2022-09-30  8:35 UTC  (51+ 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

[PATCH v38 06/39] LSM: lsm_self_attr syscall for LSM self attributes
 2022-09-28 11:04 UTC  (2+ messages)

[PATCH v38 00/39] LSM: Module stacking for AppArmor
 2022-09-28 14:27 UTC  (14+ messages)
` [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] ksmbd: Fix user namespace mapping
 2022-09-29 13:08 UTC  (5+ messages)

[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  (6+ 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  (31+ 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 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)


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