messages from 2017-03-16 22:26:52 to 2017-03-30 15:22:57 UTC [more...]
[PATCH RFC 0/4] proc: support multiple separate proc instances per pidnamespace
2017-03-30 15:22 UTC (3+ messages)
` [PATCH RFC 1/4] proc: add proc_fs_info struct to store proc options
` [PATCH RFC 2/4] proc: add helpers to set/get hidepid and gid mount options
[PATCH] TOMOYO: Switch from per "struct cred" blob to per "struct task_struct" blob
2017-03-30 15:06 UTC (4+ messages)
[PATCH] selinux: Use task_alloc hook rather than task_create hook
2017-03-30 11:13 UTC (5+ messages)
[PATCH] selinux: Fix SBLABEL_MNT for NFS mounts
2017-03-30 7:49 UTC (3+ messages)
[RESEND][PATCH] TOMOYO: Use designated initializers
2017-03-30 6:40 UTC (2+ messages)
[PATCH] selinux: Remove unnecessary check of array base in selinux_set_mapping()
2017-03-29 22:59 UTC (5+ messages)
[PATCH] TOMOYO: use designated initializers
2017-03-29 22:32 UTC (2+ messages)
[PATCH] fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checks
2017-03-29 21:36 UTC (3+ messages)
security/keys: add CONFIG_KEYS_COMPAT to Kconfig
2017-03-29 19:20 UTC
[PATCH net-next v6 00/11] Landlock LSM: Toward unprivileged sandboxing
2017-03-29 15:58 UTC (16+ messages)
` [PATCH net-next v6 01/11] bpf: Add eBPF program subtype and is_valid_subtype() verifier
` [PATCH net-next v6 02/11] bpf, landlock: Define an eBPF program type for Landlock
` [PATCH net-next v6 03/11] bpf: Define handle_fs and add a new helper bpf_handle_fs_get_mode()
` [PATCH net-next v6 04/11] landlock: Add LSM hooks related to filesystem
` [PATCH net-next v6 05/11] seccomp: Split put_seccomp_filter() with put_seccomp()
` [PATCH net-next v6 06/11] seccomp, landlock: Handle Landlock events per process hierarchy
` [kernel-hardening] [PATCH net-next v6 06/11] seccomp,landlock: "
` [PATCH net-next v6 07/11] landlock: Add ptrace restrictions
` [PATCH net-next v6 08/11] bpf: Add a Landlock sandbox example
` [PATCH net-next v6 09/11] seccomp: Enhance test_harness with an assert step mechanism
` [PATCH net-next v6 10/11] bpf,landlock: Add tests for Landlock
` [PATCH net-next v6 11/11] landlock: Add user and kernel documentation "
[PATCH 01/46] selinux: Use kmalloc_array() in cond_init_bool_indexes()
2017-03-29 15:53 UTC (55+ messages)
` [PATCH 02/46] selinux: Delete an unnecessary return statement in cond_compute_av()
` [PATCH 03/46] selinux: Improve size determinations in four functions
` [PATCH 04/46] selinux: Use kmalloc_array() in hashtab_create()
` [PATCH 05/46] selinux: Adjust four checks for null pointers
` [PATCH 06/46] selinux: Use kcalloc() in policydb_index()
` [PATCH 07/46] selinux: Delete unnecessary variable assignments "
` "
` [PATCH 08/46] selinux: Delete an unnecessary return statement in policydb_destroy()
` [PATCH 09/46] selinux: Delete an error message for a failed memory allocation in policydb_read()
` "
` [PATCH 10/46] selinux: Move some assignments for the variable "rc" "
` "
` [PATCH 11/46] selinux: Return directly after a failed next_entry() in genfs_read()
` [PATCH 12/46] selinux: Move assignments for two pointers "
` [PATCH 13/46] selinux: Move four assignments for the variable "rc" "
` [PATCH 14/46] selinux: One function call less in genfs_read() after null pointer detection
` [PATCH 15/46] selinux: One check and function call less in genfs_read() after error detection
` [PATCH 16/46] selinux: Move two assignments for the variable "rc" in filename_trans_read()
` [PATCH 17/46] selinux: Delete an unnecessary variable assignment "
` [PATCH 18/46] selinux: One function call less in filename_trans_read() after error detection
` [PATCH 19/46] selinux: Return directly after a failed next_entry() in range_read()
` [PATCH 20/46] selinux: Move four assignments for the variable "rc" "
` [PATCH 21/46] selinux: Two function calls less in range_read() after error detection
` [PATCH 22/46] selinux: Delete an unnecessary variable initialisation in range_read()
` [PATCH 23/46] selinux: Move an assignment for a pointer "
` [PATCH 00/46] SELinux: Fine-tuning for several function implementations
` "
` [PATCH 24/46] selinux: Return directly after a failed kzalloc() in cat_read()
` [PATCH 25/46] selinux: Return directly after a failed kzalloc() in sens_read()
` [PATCH 26/46] selinux: Improve another size determination "
` [PATCH 27/46] selinux: Move an assignment for the variable "rc" "
` [PATCH 28/46] selinux: Return directly after a failed kzalloc() in user_read()
` [PATCH 29/46] selinux: Return directly after a failed kzalloc() in type_read()
` [PATCH 30/46] selinux: Return directly after a failed kzalloc() in role_read()
` [PATCH 32/46] selinux: Return directly after a failed kzalloc() in class_read()
` [PATCH 33/46] selinux: Move an assignment for the variable "rc" "
` [PATCH 34/46] selinux: Return directly after a failed kzalloc() in common_read()
` [PATCH 35/46] selinux: Return directly after a failed kzalloc() in perm_read()
` [PATCH 36/46] selinux: Move an assignment for the variable "rc" in mls_read_range_helper()
` [PATCH 37/46] selinux: Move an assignment for the variable "rc" in policydb_load_isids()
` [PATCH 38/46] selinux: One function call less in five functions after null pointer detection
` [PATCH 39/46] selinux: Move two assignments for the variable "rc" in ocontext_read()
` [PATCH 40/46] selinux: Return directly after a failed kzalloc() in roles_init()
` [PATCH 41/46] selinux: Move two assignments for the variable "rc" "
` [PATCH 42/46] selinux: One function call less in roles_init() after error detection
` [PATCH 43/46] selinux: Use kmalloc_array() in sidtab_init()
` [PATCH 44/46] selinux: Adjust two checks for null pointers
` [PATCH 46/46] selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()
[PATCH net-next v6 01/11] bpf: Add eBPF program subtype and is_valid_subtype() verifier (fwd)
2017-03-29 15:14 UTC
[PATCH] capabilities: do not audit log BPRM_FCAPS on set*id
2017-03-29 10:29 UTC (2+ messages)
[PATCH 1/1] apparmor: use SHASH_DESC_ON_STACK
2017-03-28 22:02 UTC (2+ messages)
[PATCH] tpm: do handle area size validation only when TPM space used
2017-03-28 12:47 UTC (4+ messages)
[PATCH] LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob
2017-03-28 11:02 UTC (7+ messages)
[PATCH] mm: Remove pointless might_sleep() in remove_vm_area()
2017-03-28 10:07 UTC (3+ messages)
FW: [PATCH] Smack: Use GFP_KERNEL for smk_netlbl_mls()
2017-03-27 15:15 UTC (2+ messages)
[RFC PATCH] smack: Use __GFP_NOFAIL than panic()
2017-03-27 10:26 UTC
[tpmdd-devel] [PATCH v3 2/7] tpm: validate TPM 2.0 commands
2017-03-27 5:25 UTC (12+ messages)
` [tpmdd-devel] [PATCH v3 4/7] tpm: infrastructure for TPM spaces
[PATCH v4] tpm_crb: request and relinquish locality 0
2017-03-27 5:17 UTC (11+ messages)
[PATCH] selinux: fix double free in selinux_parse_opts_str()
2017-03-25 17:13 UTC (4+ messages)
[PATCH] smack: fix double free in smack_parse_opts_str()
2017-03-24 15:48 UTC (2+ messages)
[PATCH v2] LSM: Make security_hook_heads a local variable
2017-03-24 15:46 UTC (2+ messages)
[PATCH 1/2] LSM: Initialize security_hook_heads upon registration
2017-03-24 15:35 UTC (4+ messages)
[ANNOUNCE] Linux Security Summit 2017 - CFP
2017-03-24 1:26 UTC
security, hugetlbfs: write to user memory in hugetlbfs_destroy_inode
2017-03-23 20:34 UTC (4+ messages)
[PATCH] tpm2: fix off-by-one comparison and out-of-bounds read error
2017-03-23 16:23 UTC
[tpmdd-devel] [PATCH v2 4/7] tpm: infrastructure for TPM spaces
2017-03-23 15:56 UTC (2+ messages)
security: double-free in superblock_doinit
2017-03-23 10:49 UTC (2+ messages)
[PATCH 2/2] LSM: Make security_hook_heads a local variable
2017-03-22 21:55 UTC (3+ messages)
out of tree lsm's
2017-03-22 12:13 UTC (12+ messages)
[RFC v2 PATCH 2/2] kernel: Add SELinux SCTP protocol support
2017-03-22 10:22 UTC (3+ messages)
[PATCH RFC 1/9] LSM: Add /sys/kernel/security/lsm
2017-03-20 4:27 UTC (7+ messages)
[PATCH v12 05/10] KEYS: Add an optional lookup_restriction hook to key_type
2017-03-18 8:10 UTC (10+ messages)
` [PATCH v12 00/10] Make keyring link restrictions accessible from userspace
` [PATCH v12 06/10] KEYS: Consistent ordering for __key_link_begin and restrict check
[PATCH v3] tpm_crb: request and relinquish locality 0
2017-03-17 20:37 UTC (8+ messages)
[PATCH v1 1/2] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
2017-03-17 19:02 UTC (4+ messages)
` [PATCH 2/2] tpm: add sleep only for retry in i2c_nuvoton_write_status()
[PATCH] LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob
2017-03-17 10:37 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).