linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 10:34:03 to 2020-05-08 07:16:12 UTC [more...]

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-08  7:15 UTC  (21+ 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 v4 0/7] ima: support stronger algorithms for attestation
 2020-05-08  4:54 UTC  (4+ messages)
` [PATCH v4 1/7] ima: Switch to ima_hash_algo for boot aggregate

[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  (5+ messages)

[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
 2020-05-07 20:45 UTC  (10+ messages)
` [RFC][PATCH 2/3] evm: Extend API of post hooks to pass the result of pre hooks
` [RFC][PATCH 3/3] evm: Return -EAGAIN to ignore verification failures

[PATCH] platform/x86: Export LPC attributes for the system SPI chip
 2020-05-07 20:03 UTC  (11+ 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  (14+ 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  (4+ messages)

[RFC][PATCH 0/2] Add support for using reserved memory for ima buffer pass
 2020-05-07  5:50 UTC  (5+ messages)
` [RFC][PATCH 1/2] Add a layer of abstraction to use the memory reserved by device tree "
` [RFC][PATCH 2/2] Add support for ima buffer pass using reserved memory arm64

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

[PATCH v4 0/4] Introduce TEE based Trusted Keys support
 2020-05-06  9:40 UTC  (5+ 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

[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  (5+ messages)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-05 14:57 UTC  (24+ messages)
` [PATCH v3 1/5] fs: Add support for a RESOLVE_MAYEXEC flag on openat2(2)
` [PATCH v3 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v3 3/5] fs: Enable to enforce noexec mounts or file exec through RESOLVE_MAYEXEC
` [PATCH v3 4/5] selftest/openat2: Add tests for RESOLVE_MAYEXEC enforcing
` [PATCH v3 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[PATCH] vfs: allow unprivileged whiteout creation
 2020-05-05 10:50 UTC  (6+ messages)

[PATCH v2 0/6] Enable as many KUnit tests as possible
 2020-05-05 10:26 UTC 

[PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment
 2020-05-05  8:13 UTC  (6+ messages)

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-05-01 20:36 UTC  (7+ messages)
` [PATCH v4 1/5] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v4 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v4 3/5] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v4 4/5] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v4 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

Problem with 9ba09998baa9 ("selinux: Implement the watch_key security hook") in linux-next
 2020-05-01 16:37 UTC  (15+ messages)
        ` [PATCH] selinux: Fix use of KEY_NEED_* instead of KEY__* perms
  ` [PATCH] selinux: Fix use of KEY_NEED_* instead of KEY__* perms [v2]

[GIT PULL] SELinux fixes for v5.7 (#2)
 2020-05-01 16:17 UTC  (4+ messages)

[PATCH] capabilities: add description for CAP_SETFCAP
 2020-05-01  3:51 UTC  (3+ messages)

[PATCH v4 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-04-30 23:47 UTC  (3+ messages)
` [PATCH v4 1/2] acpi: Extend TPM2 ACPI table with missing log fields

[PATCH 0/2] ima: extending IMA policy to support interpreters
 2020-04-30 14:26 UTC  (8+ messages)
` [PATCH 1/2] ima: add policy support for identifying file execute mode bit
` [PATCH 2/2] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH v2 1/6] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
 2020-04-30  8:03 UTC  (12+ messages)
` [PATCH v2 3/6] ima: Fix ima digest hash table key calculation
  ` [RESEND][PATCH "
` [PATCH v2 6/6] ima: Fix return value of ima_write_policy()

[PATCH v3 0/3] perf: make Perf tool aware of SELinux access control
 2020-04-30  7:16 UTC  (4+ messages)
` [PATCH v3 1/3] perf docs: extend CAP_SYS_ADMIN with CAP_PERFMON where needed
` [PATCH v3 2/3] perf tool: make Perf tool aware of SELinux access control
` [PATCH v3 3/3] perf docs: introduce security.txt file to document related issues

[PATCH bpf-next v9 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-04-29 16:17 UTC  (5+ messages)

[PATCH] Documentation: LSM: Correct the basic LSM description
 2020-04-29  7:03 UTC 

[PATCH -next] apparmor: Use true and false for bool variable
 2020-04-28 11:52 UTC 

[PATCH] nsproxy: attach to namespaces via pidfds
 2020-04-27 19:48 UTC  (4+ messages)

[PATCH v2 0/7] libfs: group and simplify linux fs code
 2020-04-27 15:15 UTC  (3+ messages)
` [PATCH v2 6/7] debugfs: switch to simplefs inode creation API


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