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

[PATCH v9 00/11] landlock: truncate support
 2022-10-08 10:09 UTC  (10+ messages)
` [PATCH v9 01/11] security: Create file_truncate hook from path_truncate hook
` [PATCH v9 02/11] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v9 03/11] landlock: Document init_layer_masks() helper
` [PATCH v9 04/11] landlock: Support file truncation
` [PATCH v9 05/11] selftests/landlock: Test file truncation support
` [PATCH v9 06/11] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v9 07/11] selftests/landlock: Locally define __maybe_unused
` [PATCH v9 08/11] selftests/landlock: Test FD passing from restricted to unrestricted processes
` [PATCH v9 09/11] selftests/landlock: Test ftruncate on FDs created by memfd_create(2)

[PATCH v8 0/9] landlock: truncate support
 2022-10-08  8:49 UTC  (30+ 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 1/3] AppArmor: Fix kernel-doc
 2022-10-08  6:34 UTC  (3+ messages)
` [PATCH 2/3] LSM: "
` [PATCH 3/3] AppArmor: "

SO_PEERSEC protections in sk_getsockopt()?
 2022-10-07 21:55 UTC  (5+ messages)

IORING_OP_SENDMSG_ZC should enable auditing just like IORING_OP_SENDMSG
 2022-10-07 18:22 UTC  (2+ messages)

[PATCH] Fix race condition when exec'ing setuid files
 2022-10-07 11:58 UTC  (3+ messages)

[PATCH v0 0/8] Hardware Bound key added to Trusted Key-Ring
 2022-10-07  6:58 UTC  (13+ messages)
` [PATCH v0 1/8] hw-bound-key: introducing the generic structure
` [PATCH v0 2/8] keys-trusted: new cmd line option added
` [PATCH v0 3/8] crypto: hbk flags & info added to the tfm
` [PATCH v0 4/8] sk_cipher: checking for hw bound operation
` [PATCH v0 5/8] keys-trusted: re-factored caam based trusted key
` [PATCH v0 6/8] KEYS: trusted: caam based black key
` [PATCH v0 7/8] caam alg: symmetric key ciphers are updated
` [PATCH v0 8/8] dm-crypt: consumer-app setting the flag-is_hbk

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2022-10-06 15:35 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] exec: Remove LSM_UNSAFE_SHARE

[GIT PULL] LSM patches for v6.1
 2022-10-06 14:42 UTC  (16+ messages)

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

Closing the BPF map permission loophole
 2022-10-06  7:15 UTC  (12+ messages)

[PATCH] KEYS: encrypted: fix key instantiation with user-provided data
 2022-10-05 10:04 UTC  (9+ messages)

[GIT PULL] tpmdd updates for Linux v6.1-rc1
 2022-10-04 21:30 UTC 

[GIT PULL] Landlock updates for v6.1
 2022-10-04 18:18 UTC  (2+ messages)

[PATCH v5 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
 2022-10-04 14:19 UTC  (8+ messages)
` [PATCH v5 2/2] "

[PATCH v2 0/2] powerpc/pseries: restrict error injection and DT changes when locked down
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH] apparmor: store return value of unpack_perms_table() to signed variable
 2022-10-04  9:52 UTC  (2+ messages)

[GIT PULL] SELinux 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 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  (9+ messages)
` [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  (15+ messages)
` [PATCH v3 12/29] integrity: implement get and set acl hook
` [PATCH v3 23/29] xattr: use posix acl api
` [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 39/39] LSM: Create lsm_module_list system call
 2022-09-28 14:27 UTC  (2+ messages)

[PATCH v1] ksmbd: Fix user namespace mapping
 2022-09-29 13:08 UTC  (5+ 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).