linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-16 11:39:37 to 2020-04-30 13:23:53 UTC [more...]

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-04-30 13:23 UTC  (2+ messages)
` [PATCH v4 3/5] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-30 11:01 UTC  (14+ 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 v2 1/6] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
 2020-04-30  8:03 UTC  (15+ messages)
` [PATCH v2 2/6] evm: Check also if *tfm is an error pointer in init_desc()
` [PATCH v2 3/6] ima: Fix ima digest hash table key calculation
  ` [RESEND][PATCH "
` [PATCH v2 4/6] ima: Remove redundant policy rule set in add_rules()
` [PATCH v2 5/6] ima: Set again build_ima_appraise variable
` [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 0/2] ima: extending IMA policy to support interpreters
 2020-04-29 21:24 UTC  (6+ 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 v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-29 17:02 UTC  (12+ messages)
` [PATCH v5 "

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

[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
 2020-04-29  7:39 UTC  (3+ 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] Documentation: LSM: Correct the basic LSM description
 2020-04-29  7:03 UTC 

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

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

[PATCH] capabilities: add description for CAP_SETFCAP
 2020-04-28  8:58 UTC  (2+ messages)

[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  (10+ messages)
` [PATCH v2 1/7] apparmor: just use vfs_kern_mount to make .null
` [PATCH v2 2/7] libfs: wrap simple_pin_fs/simple_release_fs arguments in a struct
` [PATCH v2 3/7] libfs: introduce new_inode_current_time
` [PATCH v2 4/7] libfs: add alloc_anon_inode wrapper
` [PATCH v2 5/7] libfs: add file creation functions
` [PATCH v2 6/7] debugfs: switch to simplefs inode creation API
` [PATCH v2 7/7] tracefs: "

[PATCH 1/1] Smack:- Remove mutex lock "smk_lock" from inode_smack structure
 2020-04-24 22:18 UTC  (2+ messages)

[PATCH 1/5] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
 2020-04-24 14:45 UTC  (15+ messages)
` [PATCH 2/5] evm: Check also if *tfm is an error pointer in init_desc()
` [PATCH 3/5] ima: Fix ima digest hash table key calculation
` [PATCH 4/5] ima: Remove redundant policy rule set in add_rules()
  ` [PATCH 5/5] ima: Remove unused build_ima_appraise variable

[PATCH] integrity: remove redundant assignment to variable ret
 2020-04-24 11:21 UTC 

[PATCH] ima: Allow imasig requirement to be satisfied by EVM portable signatures
 2020-04-24 10:39 UTC  (3+ messages)

[PATCH v3 0/3] perf: make Perf tool aware of SELinux access control
 2020-04-24  6:51 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 v13 0/8] proc: modernize proc to support multiple private instances
 2020-04-23 20:03 UTC  (9+ messages)
` [PATCH v13 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v13 2/8] Use proc_pid_ns() to get pid_namespace from the proc superblock
` [PATCH v13 3/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v13 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v13 5/8] proc: add option to mount only a pids subset
` [PATCH v13 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v13 7/8] proc: use human-readable values for hidepid
` [PATCH v13 8/8] proc: use named enums for better readability

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-23 20:01 UTC  (11+ messages)
` [PATCH v12 1/7] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v12 2/7] proc: allow to mount many instances of proc in one pid namespace
  ` [PATCH v13 "
` [PATCH v12 3/7] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v12 4/7] proc: add option to mount only a pids subset
` [PATCH v12 5/7] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v12 6/7] proc: use human-readable values for hidepid
` [PATCH v12 7/7] proc: use named enums for better readability

[PATCH] ima: Fix return value of ima_write_policy()
 2020-04-23 19:10 UTC  (4+ messages)

[PATCH v2 0/4] perf: make Perf tool aware of SELinux access control
 2020-04-23 18:10 UTC  (12+ messages)
` [PATCH v2 1/4] perf trace: substitute CAP_SYS_ADMIN with CAP_PERFMON in error message
` [PATCH v2 2/4] perf docs: substitute CAP_SYS_ADMIN with CAP_PERFMON where needed
` [PATCH v2 3/4] perf tool: make Perf tool aware of SELinux access control
` [PATCH v2 4/4] perf docs: introduce security.txt file to document related issues

[PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project
 2020-04-23  2:55 UTC  (4+ messages)

[PATCH RFC] Documentation: LSM: Correct the basic LSM description
 2020-04-23  0:14 UTC  (4+ messages)

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-04-22 16:55 UTC  (4+ messages)
` [RFC PATCH v3 05/12] fs: add security blob and hooks for block_device

[PATCH v8 10/12] drivers/oprofile: open access for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] drivers/oprofile: Open "

[PATCH v8 09/12] drivers/perf: open access for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] drivers/perf: Open "

[PATCH v8 12/12] doc/admin-guide: update kernel.rst with CAP_PERFMON information
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v8 04/12] perf tool: extend Perf tool with CAP_PERFMON capability support
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] perf tools: Support CAP_PERFMON capability

[PATCH v8 08/12] parisc/perf: open access for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v8 05/12] drm/i915/perf: open access for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] drm/i915/perf: Open "

[PATCH v8 03/12] perf/core: open access to probes for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v8 06/12] trace/bpf_trace: open access for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] trace/bpf_trace: Open "

[PATCH v8 02/12] perf/core: open access to the core for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] perf/core: Open "

[PATCH v8 11/12] doc/admin-guide: update perf-security.rst with CAP_PERFMON information
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] doc/admin-guide: Update "

[PATCH v8 01/12] capabilities: introduce CAP_PERFMON to kernel and user space
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] capabilities: Introduce "

[PATCH v8 07/12] powerpc/perf: open access for CAP_PERFMON privileged process
 2020-04-22 12:17 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v29 11/20] x86/sgx: Linux Enclave Driver
 2020-04-21 21:53 UTC  (2+ messages)
` [PATCH v29 12/20] x86/sgx: Add provisioning

IMA: policy update LSM rules failed
 2020-04-20 19:05 UTC 

[PATCH 05/60] capabilities: Introduce CAP_PERFMON to kernel and user space
 2020-04-20 11:52 UTC  (12+ messages)
` [PATCH 06/60] perf/core: Open access to the core for CAP_PERFMON privileged process
` [PATCH 07/60] perf/core: open access to probes "
` [PATCH 08/60] perf tools: Support CAP_PERFMON capability
` [PATCH 09/60] drm/i915/perf: Open access for CAP_PERFMON privileged process
` [PATCH 10/60] trace/bpf_trace: "
` [PATCH 11/60] powerpc/perf: open "
` [PATCH 12/60] parisc/perf: "
` [PATCH 13/60] drivers/perf: Open "
` [PATCH 14/60] drivers/oprofile: "
` [PATCH 15/60] doc/admin-guide: Update perf-security.rst with CAP_PERFMON information
` [PATCH 16/60] doc/admin-guide: update kernel.rst "

[PATCH] apparmor: Fix aa_label refcnt leak in policy_update
 2020-04-20  5:35 UTC 

[PATCH RESEND v11 0/8] proc: modernize proc to support multiple private instances
 2020-04-19 14:19 UTC  (7+ messages)
` [PATCH RESEND v11 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH RESEND v11 7/8] proc: use human-readable values for hidepid

[PATCH ghak96] audit: set cwd in audit context for file-related LSM audit records
 2020-04-17 22:21 UTC  (5+ messages)

WARNING: locking bug in tomoyo_supervisor
 2020-04-17  4:37 UTC  (2+ messages)

[RFC] IMA: New IMA measurements for dm-crypt and selinux
 2020-04-17  0:53 UTC  (10+ messages)

[GIT PULL] SELinux fixes for v5.7 (#1)
 2020-04-16 17:55 UTC  (2+ messages)

[PATCH] keys: Fix proc_keys_next to increase position index
 2020-04-16 16:54 UTC  (2+ messages)

[PATCH v16 00/10] Landlock LSM
 2020-04-16 10:39 UTC  (2+ messages)
` [PATCH v16 04/10] landlock: Add ptrace restrictions


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