linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 16:32:25 to 2021-01-12 22:17:59 UTC [more...]

[PATCH v5 00/42] idmapped mounts
 2021-01-12 22:01 UTC  (39+ messages)
` [PATCH v5 01/42] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v5 02/42] mount: make {lock,unlock}_mount_hash() static
` [PATCH v5 03/42] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v5 04/42] fs: split out functions to hold writers
` [PATCH v5 05/42] fs: add attr_flags_to_mnt_flags helper
` [PATCH v5 06/42] fs: add mount_setattr()
` [PATCH v5 07/42] tests: add mount_setattr() selftests
` [PATCH v5 08/42] fs: add id translation helpers
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 24/42] af_unix: handle idmapped mounts
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 28/42] init: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 33/42] apparmor: "
` [PATCH v5 34/42] ima: "
` [PATCH v5 35/42] fat: "
` [PATCH v5 36/42] ext4: support "
` [PATCH v5 37/42] xfs: "
` [PATCH v5 38/42] ecryptfs: do not mount on top of "
` [PATCH v5 39/42] overlayfs: "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests

[PATCH v4] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2021-01-12 19:13 UTC  (6+ messages)

[PATCH v2 00/10] allow unprivileged overlay mounts
 2021-01-12 18:49 UTC  (9+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()

[PATCH v10 0/8] IMA: support for measuring kernel integrity critical data
 2021-01-12 18:25 UTC  (11+ messages)
` [PATCH v10 1/8] IMA: generalize keyring specific measurement constructs
` [PATCH v10 2/8] IMA: add support to measure buffer data hash
` [PATCH v10 3/8] IMA: define a hook to measure kernel integrity critical data
` [PATCH v10 4/8] IMA: add policy rule to measure "
` [PATCH v10 5/8] IMA: limit critical data measurement based on a label
` [PATCH v10 6/8] IMA: extend critical data hook to limit the "
` [PATCH v10 7/8] IMA: define a builtin critical data measurement policy
` [PATCH v10 8/8] selinux: include a consumer of the new IMA critical data hook

[PATCH v15 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-12 17:15 UTC  (6+ messages)
` [PATCH v15 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v15 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v15 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v15 4/4] userfaultfd: use secure anon inodes for userfaultfd

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-12 17:06 UTC  (9+ messages)

[PATCH AUTOSEL 5.7 03/30] ima: extend boot_aggregate with kernel measurements
 2021-01-12 16:56 UTC  (13+ messages)

[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-01-12 13:51 UTC  (4+ messages)

Question about inode security blob
 2021-01-12  8:10 UTC  (5+ messages)

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2021-01-11 16:35 UTC  (3+ messages)
` [PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys

[PATCH] [v2] evm: Fix memleak in init_desc
 2021-01-11 13:46 UTC  (2+ messages)
  ` [PATCH v2] evm: Fix memory leak "

[PATCH] evm: Fix memleak in init_desc
 2021-01-10  7:01 UTC  (5+ messages)
  `  "
      `  "

[PATCH v2 0/5] Enable root to update the blacklist keyring
 2021-01-10  4:57 UTC  (3+ messages)

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-08 21:31 UTC  (17+ messages)
` [PATCH v13 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes

[PATCH v14 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-08 19:39 UTC  (6+ messages)
` [PATCH v14 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v14 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v14 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v14 4/4] userfaultfd: use secure anon inodes for userfaultfd

let import_iovec deal with compat_iovecs as well v2
 2021-01-08 11:49 UTC  (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector

[RFC PATCH] selinux: ARM64: Move selinux_state to a separate page
 2021-01-08  9:09 UTC 

[PATCH v9 0/8] IMA: support for measuring kernel integrity critical data
 2021-01-06  5:00 UTC  (27+ messages)
` [PATCH v9 1/8] IMA: generalize keyring specific measurement constructs
` [PATCH v9 2/8] IMA: add support to measure buffer data hash
` [PATCH v9 3/8] IMA: define a hook to measure kernel integrity critical data
` [PATCH v9 4/8] IMA: add policy rule to measure "
` [PATCH v9 5/8] IMA: limit critical data measurement based on a label
` [PATCH v9 7/8] IMA: define a builtin critical data measurement policy
` [PATCH v9 8/8] selinux: include a consumer of the new IMA critical data hook

[PATCH v4] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-01-06  2:43 UTC  (12+ messages)

[PATCH] selinux: fix inconsistency between inode_getxattr and inode_listsecurity
 2021-01-05  1:46 UTC  (3+ messages)

[PATCH] linux: handle MPTCP consistently with TCP
 2021-01-05  0:47 UTC  (7+ messages)

[PATCH v3 1/2] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-01-04 19:51 UTC  (5+ messages)
` [PATCH v3 2/2] proc: ensure security hook is called after exec

possible deadlock in process_measurement (2)
 2021-01-02 23:08 UTC  (2+ messages)

[PATCH v1] efi: Don't use knowledge about efi_guid_t internals
 2021-01-02 21:36 UTC  (2+ messages)

[PATCH v22 00/23] LSM: Module stacking for AppArmor
 2020-12-29 19:16 UTC  (13+ messages)
` [PATCH v23 02/23] LSM: Create and manage the lsmblob data structure

[GIT PULL] Smack additional patch for v5.11
 2020-12-24 22:15 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 008/217] tomoyo: fix clang pointer arithmetic warning
 2020-12-23  2:12 UTC 

[PATCH AUTOSEL 5.4 003/130] tomoyo: fix clang pointer arithmetic warning
 2020-12-23  2:16 UTC 

[PATCH AUTOSEL 4.19 02/87] tomoyo: fix clang pointer arithmetic warning
 2020-12-23  2:19 UTC 

[PATCH AUTOSEL 4.14 02/66] tomoyo: fix clang pointer arithmetic warning
 2020-12-23  2:21 UTC 

[PATCH AUTOSEL 4.4 02/38] tomoyo: fix clang pointer arithmetic warning
 2020-12-23  2:24 UTC 

[PATCH AUTOSEL 4.9 02/48] tomoyo: fix clang pointer arithmetic warning
 2020-12-23  2:23 UTC 

[PATCH] Smack: Handle io_uring kernel thread privileges
 2020-12-22  2:05 UTC  (3+ messages)

[PATCH] apparmor: fix error check
 2020-12-21 19:22 UTC  (2+ messages)

[PATCH] Security/Apparmor: Fixed a bracket problem in audit.c
 2020-12-21 14:32 UTC 

[PATCH v2] security: apparmor: delete repeated words in comments
 2020-12-21  6:33 UTC  (2+ messages)

[PATCH v2] security: ima: delete a repeated word in comments
 2020-12-21  3:27 UTC 

failed open: No data available
 2020-12-19  9:52 UTC  (4+ messages)

[GIT PULL] Smack patches for v5.11
 2020-12-16 19:44 UTC  (2+ messages)

[GIT PULL] SELinux patches for v5.11
 2020-12-16 19:44 UTC  (2+ 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).