linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-17 19:00:23 to 2020-10-27 17:21:19 UTC [more...]

[RESEND PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-27 17:19 UTC  (6+ messages)
` [RESEND PATCH v11 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [RESEND PATCH v11 2/3] arch: Wire up trusted_for(2)
` [RESEND PATCH v11 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH v2] perf_event_open.2: update the man page with CAP_PERFMON related information
 2020-10-27 17:11 UTC  (4+ messages)

[PATCH v33 11/21] x86/sgx: Linux Enclave Driver
 2020-10-27 15:37 UTC  (7+ messages)

[RFC PATCH v2 0/2] security: add fault injection to LSM hooks
 2020-10-27 15:31 UTC  (5+ messages)
` [RFC PATCH v2 1/2] security: add fault injection capability
` [RFC PATCH v2 2/2] docs: add fail_lsm_hooks info to fault-injection.rst

[GIT PULL] SafeSetID changes for v5.10
 2020-10-27 16:14 UTC  (8+ messages)

selinux_file_permission() on pipes/pseudo-files - performance issue
 2020-10-27 15:02 UTC 

Inconsistent capability requirements for prctl_set_mm_exe_file()
 2020-10-27 12:51 UTC  (3+ messages)

[PATCH v39 15/24] x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION
 2020-10-27 10:38 UTC  (12+ messages)

[PATCH] security: remove unneeded break
 2020-10-27  1:24 UTC  (4+ messages)

[REGRESSION] mm: process_vm_readv testcase no longer works after compat_prcoess_vm_readv removed
 2020-10-27  0:09 UTC  (4+ messages)

[PATCH] vsock: use ns_capable_noaudit() on socket create
 2020-10-26 23:22 UTC  (3+ messages)

[PATCH] tomoyo: fix clang pointer arithmetic warning
 2020-10-26 21:52 UTC 

[PATCH v10 0/3] SELinux support for anonymous inodes and UFFD
 2020-10-26 16:57 UTC  (2+ messages)

[PATCH v2 0/8] Fork brute force attack mitigation
 2020-10-25 13:45 UTC  (9+ messages)
` [PATCH v2 1/8] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v2 2/8] security/brute: Define a LSM and manage statistical data
` [PATCH v2 3/8] security/brute: Add sysctl attributes to allow detection fine tuning
` [PATCH v2 4/8] security/brute: Detect a fork brute force attack
` [PATCH v2 5/8] security/brute: Mitigate "
` [PATCH v2 6/8] security/brute: Add prctls to enable/disable the fork attack detection
` [PATCH v2 7/8] Documentation: Add documentation for the Brute LSM
` [PATCH v2 8/8] MAINTAINERS: Add a new entry "

[RFC PATCH 00/30] ima: Introduce IMA namespace
 2020-10-25 15:00 UTC  (7+ messages)

[PATCH v4 0/6] IMA: Infrastructure for measurement of critical kernel data
 2020-10-25  3:35 UTC  (14+ messages)
` [PATCH v4 1/6] IMA: generalize keyring specific measurement constructs
` [PATCH v4 2/6] IMA: conditionally allow empty rule data
` [PATCH v4 4/6] IMA: add policy to measure critical data from kernel components
` [PATCH v4 5/6] IMA: add hook "

let import_iovec deal with compat_iovecs as well v4
 2020-10-24 21:12 UTC  (54+ messages)
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
  ` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"

[PATCH] mm, hugetlb: Avoid double clearing for hugetlb pages
 2020-10-23  8:23 UTC  (16+ messages)

[PATCH v17 0/4] overlayfs override_creds=off & nested get xattr fix
 2020-10-23  0:46 UTC  (11+ messages)
` [PATCH v17 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v17 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v17 3/4] overlayfs: override_creds=off option bypass creator_cred
` [PATCH v17 4/4] overlayfs: inode_owner_or_capable called during execv

[RESEND PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2020-10-22 13:18 UTC  (7+ messages)
` [RESEND PATCH v18 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [RESEND PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [RESEND PATCH v18 3/4] overlayfs: override_creds=off option bypass creator_cred
` [RESEND PATCH v18 4/4] overlayfs: inode_owner_or_capable called during execv

[RESEND PATCH v18 4/4] overlayfs: inode_owner_or_capable called during execv
 2020-10-22 13:16 UTC 

[PATCH v7 0/4] Introduce TEE based Trusted Keys support
 2020-10-22 11:40 UTC  (6+ messages)
` [PATCH v7 1/4] KEYS: trusted: Add generic trusted keys framework

[PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2020-10-21 15:15 UTC  (7+ messages)
` [PATCH v18 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v18 3/4] overlayfs: override_creds=off option bypass creator_cred
` [PATCH v18 4/4] overlayfs: inode_owner_or_capable called during execv

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (19+ messages)
  ` [Cocci] "
    ` [Ocfs2-devel] "

[PATCH v1 0/2] doc/admin-guide: update perf-security.rst with CAP_PERFMON usage flows
 2020-10-20 12:01 UTC  (4+ messages)
` [PATCH v1 1/2] doc/admin-guide: note credentials consolidation under CAP_PERFMON
` [PATCH v1 2/2] doc/admin-guide: document creation of CAP_PERFMON privileged shell

[PATCH v15 0/4] overlayfs override_creds=off & nested get xattr fix
 2020-10-19 17:13 UTC  (8+ messages)
` [PATCH v16 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v16 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v16 3/4] overlayfs: override_creds=off option bypass creator_cred
` [PATCH v16 4/4] overlayfs: inode_owner_or_capable called during execv

[PATCH v1 0/2] doc/admin-guide: update perf-security.rst with CAP_PERFMON usage flows
 2020-10-19 16:45 UTC 


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