linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 15:32:53 to 2020-05-12 22:56:50 UTC [more...]

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-12 22:56 UTC  (29+ messages)
` [PATCH v5 1/6] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v5 4/6] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v5 5/6] doc: Add documentation for the fs.open_mayexec_enforce sysctl
` [PATCH v5 6/6] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH v5 bpf-next 0/3] Introduce CAP_BPF
 2020-05-12 22:56 UTC  (20+ messages)
` [PATCH v5 bpf-next 1/3] bpf, capability: "
` [PATCH v5 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v5 bpf-next 3/3] selftests/bpf: use CAP_BPF and CAP_PERFMON in tests

[PATCH] selinux: Fix use of KEY_NEED_* instead of KEY__* perms [v2]
 2020-05-12 22:33 UTC  (2+ messages)
` [PATCH] keys: Make the KEY_NEED_* perms an enum rather than a mask

[PATCH net] netlabel: cope with NULL catmap
 2020-05-12 21:10 UTC  (2+ messages)

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-05-12 20:46 UTC  (4+ messages)

[PATCH] platform/x86: Export LPC attributes for the system SPI chip
 2020-05-12 20:37 UTC  (21+ messages)

[PATCH 0/5] exec: Control flow simplifications
 2020-05-12 20:31 UTC  (24+ messages)
    ` [PATCH 1/5] exec: Call cap_bprm_set_creds directly from prepare_binprm
    ` [PATCH 2/5] exec: Directly call security_bprm_set_creds from __do_execve_file
    ` [PATCH 3/5] exec: Remove recursion from search_binary_handler
    ` [PATCH 4/5] exec: Allow load_misc_binary to call prepare_binfmt unconditionally
    ` [PATCH 5/5] exec: Move the call of prepare_binprm into search_binary_handler

[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
 2020-05-12 19:38 UTC  (18+ messages)

[bug report] evm: Check also if *tfm is an error pointer in init_desc()
 2020-05-12 17:47 UTC  (9+ messages)
        ` [PATCH] evm: Fix a small race "
            ` [PATCH v2] "

[PATCH v3 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-12 17:34 UTC  (2+ messages)

[PATCH -next] Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mnt
 2020-05-12 16:03 UTC  (2+ messages)

[PATCH v4 0/4] Introduce TEE based Trusted Keys support
 2020-05-12  9:20 UTC  (6+ messages)
` [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v4 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v4 3/4] doc: trusted-encrypted: updates with TEE as a new trust source
` [PATCH v4 4/4] MAINTAINERS: Add entry for TEE based Trusted Keys

[PATCH v17 00/10] Landlock LSM
 2020-05-11 21:54 UTC  (12+ messages)
` [PATCH v17 01/10] landlock: Add object management
` [PATCH v17 02/10] landlock: Add ruleset and domain management
` [PATCH v17 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v17 04/10] landlock: Add ptrace restrictions
` [PATCH v17 05/10] fs,landlock: Support filesystem access-control
` [PATCH v17 06/10] landlock: Add syscall implementation
` [PATCH v17 07/10] arch: Wire up landlock() syscall
` [PATCH v17 08/10] selftests/landlock: Add initial tests
` [PATCH v17 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v17 10/10] landlock: Add user and kernel documentation

[PATCH v3 5/6] fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 15:39 UTC  (2+ messages)

[PATCH] lockdown: Allow unprivileged users to see lockdown status
 2020-05-11 13:42 UTC  (3+ messages)

[PATCH v3 4/6] drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 13:14 UTC 

[PATCH v3 3/6] lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 13:14 UTC 

[PATCH v3 2/6] kunit: default KUNIT_* fragments to KUNIT_ALL_TESTS
 2020-05-11 13:14 UTC 

[PATCH v3 1/6] kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment
 2020-05-11 13:14 UTC 

[PATCH v3 0/6] Enable as many KUnit tests as possible
 2020-05-11 13:13 UTC 

[PATCH v29 11/20] x86/sgx: Linux Enclave Driver
 2020-05-08 19:09 UTC  (2+ messages)

[PATCH v4 0/7] ima: support stronger algorithms for attestation
 2020-05-08 17:29 UTC  (5+ messages)
` [PATCH v4 1/7] ima: Switch to ima_hash_algo for boot aggregate

clean up kernel_{read,write} & friends
 2020-05-08 15:46 UTC  (14+ messages)
` [PATCH 01/11] fs: call file_{start,end}_write from __kernel_write
` [PATCH 02/11] fs: check FMODE_WRITE in __kernel_write
` [PATCH 03/11] fs: remove the call_{read,write}_iter functions
` [PATCH 04/11] fs: implement kernel_write using __kernel_write
` [PATCH 05/11] fs: remove __vfs_write
` [PATCH 06/11] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 07/11] fs: add a __kernel_read helper
` [PATCH 08/11] integrity/ima: switch to using __kernel_read
` [PATCH 09/11] fs: implement kernel_read "
` [PATCH 10/11] fs: remove __vfs_read
` [PATCH 11/11] fs: don't change the address limit for ->read_iter in __kernel_read

[GIT PULL] security: Fix the default value of fs_context_parse_param hook
 2020-05-08  2:45 UTC  (2+ messages)

[PATCH] integrity: evm: Fix RCU list related warnings
 2020-05-08  1:21 UTC  (4+ messages)

[PATCH] ima: Replace zero-length array with flexible-array
 2020-05-07 19:21 UTC 

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-05-07 16:02 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] Add a new LSM-supporting anonymous inode interface

fuse doesn't use security_inode_init_security?
 2020-05-07 13:06 UTC  (4+ messages)

[PATCH] ima: Allow imasig requirement to be satisfied by EVM portable signatures
 2020-05-07 10:21 UTC  (4+ messages)

[ANNOUNCE][CFP] Linux Security Summit North America 2020
 2020-05-07  7:07 UTC  (2+ messages)
  ` [ANNOUNCE][CFP] Linux Security Summit Europe 2020

[PATCH bpf] security: Fix the default value of fs_context_parse_param hook
 2020-05-07  5:50 UTC  (3+ messages)

[RFC][PATCH 0/2] Add support for using reserved memory for ima buffer pass
 2020-05-07  5:50 UTC  (3+ messages)

[PATCH v2 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:23 UTC  (2+ messages)

[PATCH v2 5/6] fs: ext4: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:22 UTC  (2+ messages)

[PATCH v2 4/6] drivers: base: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:20 UTC  (2+ messages)

[PATCH v2 2/6] kunit: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:16 UTC  (2+ messages)

[PATCH v2 3/6] lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_RUN_ALL
 2020-05-07  3:11 UTC  (2+ messages)

[PATCH v2 1/6] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment
 2020-05-07  3:08 UTC  (4+ messages)

[PATCH] securityfs: Add missing d_delete() call on removal
 2020-05-06 22:49 UTC  (7+ messages)

[RFC PATCH v1] ima: verify mprotect change is consistent with mmap policy
 2020-05-05 17:52 UTC  (2+ messages)

[RFC PATCH] ima: verify mprotect change is consistent with mmap policy
 2020-05-05 15:33 UTC  (3+ 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).