messages from 2017-06-12 16:56:51 to 2017-06-21 18:18:30 UTC [more...]
[PATCH v2 00/10] define new fs integrity_read method
2017-06-21 18:18 UTC (11+ messages)
` [PATCH v2 01/10] ima: always measure and audit files in policy
` [PATCH v2 02/10] ima: use fs method to read integrity data
` [PATCH v2 03/10] ima: define "dont_failsafe" policy action rule
` [PATCH v2 04/10] ima: define "fs_unsafe" builtin policy
` [PATCH v2 05/10] tmpfs: define integrity_read method
` [PATCH v2 06/10] fs: define integrity_read method for ext2, gfs2, f2fs, jfs, ramfs
` [PATCH v2 07/10] ocfs2: define integrity_read method
` [PATCH v2 08/10] jffs2: "
` [PATCH v2 09/10] ubifs: "
` [PATCH v2 10/10] ima: use existing read file operation method to calculate file hash
[PATCH v2 0/6] Appended signatures support for IMA appraisal
2017-06-21 17:45 UTC (13+ messages)
` [PATCH v2 1/6] integrity: Small code improvements
` [PATCH v2 2/6] ima: Simplify policy_func_show
` [PATCH v2 3/6] ima: Log the same audit cause whenever a file has no signature
` [PATCH v2 6/6] ima: Support module-style appended signatures for appraisal
The secmark "one user" policy
2017-06-21 15:23 UTC (3+ messages)
[PATCH v3 0/6] Updated API for TPM 2.0 PCR extend
2017-06-21 14:29 UTC (7+ messages)
` [PATCH v3 1/6] tpm: use tpm_buf functions to perform a PCR read
` [PATCH v3 2/6] tpm: use tpm2_pcr_read_tpm_buf() in tpm2_do_selftest()
` [PATCH v3 3/6] tpm: introduce tpm_pcr_bank_info structure with digest_size from TPM
` [PATCH v3 4/6] tpm: replace TPM algorithms IDs with tpm_pcr_bank_info structs in tpm_chip
` [PATCH v3 5/6] tpm: introduce tpm_get_pcr_banks_info()
` [PATCH v3 6/6] tpm: pass multiple digests to tpm_pcr_extend()
Problem with new X.509 is_hash_blacklisted() interface
2017-06-21 13:07 UTC (4+ messages)
[PATCH v2] tpm: consolidate the TPM startup code
2017-06-21 11:04 UTC (2+ messages)
[PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets
2017-06-21 9:48 UTC (5+ messages)
[PULL] Smack changes for 4.13
2017-06-21 1:29 UTC (2+ messages)
[PATCH v2] apparmor: add braces around optional statement
2017-06-20 22:28 UTC (3+ messages)
[PATCH] tpm: consolidate the TPM startup code
2017-06-20 22:16 UTC (9+ messages)
` [tpmdd-devel] "
[PATCH] apparmor: add braces around optional statement
2017-06-20 20:33 UTC
[PATCH 0/2] Clean up TPM 1.2 EK sysfs code
2017-06-20 9:38 UTC (3+ messages)
` [PATCH 1/2] tpm: fix a kernel memory leak in tpm-sysfs.c
` [PATCH 2/2] tpm: migrate pubek_show to struct tpm_buf
[PATCH 00/11] S.A.R.A. a new stacked LSM
2017-06-20 7:53 UTC (30+ messages)
` [PATCH 01/11] S.A.R.A. Documentation
` [kernel-hardening] "
` [PATCH 02/11] S.A.R.A. framework creation
` [PATCH 03/11] Creation of "usb_device_auth" LSM hook
` [PATCH 04/11] S.A.R.A. USB Filtering
` [PATCH 05/11] Creation of "check_vmflags" LSM hook
` [PATCH 06/11] S.A.R.A. cred blob management
` [PATCH 07/11] S.A.R.A. WX Protection
` [PATCH 08/11] Creation of "pagefault_handler_x86" LSM hook
` [PATCH 09/11] Trampoline emulation
` [PATCH 10/11] Allowing for stacking procattr support in S.A.R.A
` [PATCH 11/11] S.A.R.A. WX Protection procattr interface
[GIT PULL] tpmdd fixes for 4.13
2017-06-20 1:22 UTC (3+ messages)
[PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets
2017-06-19 20:10 UTC (2+ messages)
Reply Urgent
2017-06-19 19:39 UTC
[PATCH v2] tpm: Enable CLKRUN protocol for Braswell systems
2017-06-19 14:51 UTC (13+ messages)
` [PATCH v4] "
` [PATCH v5] "
[RFC][PATCH 00/27] VFS: Introduce filesystem context [ver #5]
2017-06-19 7:47 UTC (49+ messages)
` [PATCH 01/27] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/27] VFS: Clean up whitespace in fs/namespace.c and fs/super.c "
` [PATCH 03/27] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/27] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/27] VFS: Provide empty name qstr "
` [PATCH 06/27] Provide supplementary error message facility "
` [PATCH 08/27] VFS: Introduce the structs and doc for a filesystem context "
` Updated docs
` [PATCH 09/27] VFS: Add LSM hooks for filesystem context [ver #5]
` [PATCH 10/27] VFS: Implement a filesystem superblock creation/configuration "
` [PATCH 11/27] VFS: Remove unused code after filesystem context changes "
` [PATCH 12/27] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 13/27] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 14/27] VFS: Add a sample program for fsopen/fsmount "
` [PATCH 15/27] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 16/27] proc: Add fs_context support to procfs "
` [PATCH 17/27] NFS: Move mount parameterisation bits into their own file "
` [PATCH 18/27] NFS: Constify mount argument match tables "
` [PATCH 19/27] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context "
` [PATCH 20/27] NFS: Split nfs_parse_mount_options() "
` [PATCH 21/27] NFS: Deindent nfs_fs_context_parse_option() "
` [PATCH 22/27] NFS: Add a small buffer in nfs_fs_context to avoid string dup "
` [PATCH 23/27] NFS: Do some tidying of the parsing code "
` [PATCH 24/27] NFS: Add fs_context support. "
` [PATCH 25/27] ipc: Convert mqueue fs to fs_context "
` [PATCH 26/27] cpuset: Use "
` [PATCH 27/27] kernfs, sysfs, cgroup: Support "
` [PATCH 27/27] ... and the intel_rdt driver
` [PATCH 07/27] VFS: Differentiate mount flags (MS_*) from internal superblock flags [ver #5]
[PATCH v6 0/4] ro protection for dynamic data
2017-06-19 7:12 UTC (4+ messages)
` [PATCH 2/4] Protectable Memory Allocator
Is there a generic LSM/kernel ABI analogous to getcon_raw() and aa_getcon()?
2017-06-16 19:28 UTC (9+ messages)
[PATCH RFC] Smack: More sanity in the use of Netlabel
2017-06-16 11:05 UTC (9+ messages)
` [SMACK-discuss] "
[PATCH 1/4] ima: use fs method to read integrity data
2017-06-16 6:18 UTC (3+ messages)
[PATCH v2 1/1] Add Trusted Path Execution as a stackable LSM
2017-06-16 2:25 UTC (3+ messages)
` [RFC PATCH] print_tpe_error() can be static
[RFC v2 0/9] S.A.R.A. a new stacked LSM
2017-06-15 17:19 UTC (12+ messages)
` [RFC v2 1/9] S.A.R.A. Documentation
` [RFC v2 2/9] S.A.R.A. framework creation
` [RFC v2 3/9] Creation of "check_vmflags" LSM hook
` [RFC v2 4/9] S.A.R.A. cred blob management
` [RFC v2 5/9] S.A.R.A. WX Protection
` [RFC v2 6/9] Creation of "pagefault_handler_x86" LSM hook
` [RFC v2 7/9] Trampoline emulation
` [kernel-hardening] "
` [RFC v2 8/9] Allowing for stacking procattr support in S.A.R.A
` [RFC v2 9/9] S.A.R.A. WX Protection procattr interface
[RFC 0/3] WhiteEgret LSM module
2017-06-15 7:56 UTC (5+ messages)
[PATCH v1] shebang: restrict python interactive prompt/interpreter
2017-06-14 20:37 UTC (11+ messages)
` [kernel-hardening] "
[PATCH] apparmor: fix error code in aafs_create()
2017-06-14 14:44 UTC (2+ messages)
[PATCH 0/4] define new fs integrity_read method
2017-06-14 7:03 UTC (9+ messages)
` [PATCH 3/4] ima: use existing read file operation method to calculate file hash
` [PATCH] sample xfstests IMA-appraisal test module (resending)
[PATCH] security: smack: smack.h - style fix
2017-06-13 18:10 UTC (2+ messages)
[PATCH 0/7] IMA: new parser for ima_restore_measurement_list()
2017-06-13 12:37 UTC (10+ messages)
` [PATCH 5/7] ima: add securityfs interface to save a measurements list with kexec header
` [Linux-ima-devel] "
[GIT PULL] selinux: fix double free bug
2017-06-13 8:05 UTC
[PATCH] KEYS: remove CONFIG_KEYS_COMPAT
2017-06-13 6:09 UTC
[GIT PULL] AppArmor for 4.13
2017-06-13 0:46 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).