Security next tree synced to v4.4-rc2

2015-11-23 Thread James Morris
For LSM developers who might be waiting for a resync to Linus... -- James Morris -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/2] keys, trusted: seal with a policy

2015-11-23 Thread Jarkko Sakkinen
On Tue, Nov 17, 2015 at 06:27:22PM +0200, Jarkko Sakkinen wrote: > Support for sealing with a authorization policy. > > Two new options for trusted keys: > > * 'policydigest=': provide an auth policy digest for sealing. > * 'policyhandle=': provide a policy session handle for unsealing. > > Sign

Re: Security next tree synced to v4.4-rc2

2015-11-23 Thread Casey Schaufler
Thank you. This is very helpful. On 11/23/2015 3:47 AM, James Morris wrote: For LSM developers who might be waiting for a resync to Linus... -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majord...@vger.kernel.org More major

[RFC PATCH] audit: force seccomp event logging to honor the audit_enabled flag

2015-11-23 Thread Paul Moore
Previously we were emitting seccomp audit records regardless of the audit_enabled setting, a deparature from the rest of audit. This patch makes seccomp auditing consistent with the rest of the audit record generation code in that when audit_enabled=0 nothing is logged by the audit subsystem. The

Re: [RFC PATCH] audit: force seccomp event logging to honor the audit_enabled flag

2015-11-23 Thread Tony Jones
On 11/23/2015 02:20 PM, Paul Moore wrote: > Previously we were emitting seccomp audit records regardless of the > audit_enabled setting, a deparature from the rest of audit. This > patch makes seccomp auditing consistent with the rest of the audit > record generation code in that when audit_enable

Re: [RFC PATCH] audit: force seccomp event logging to honor the audit_enabled flag

2015-11-23 Thread Paul Moore
On Mon, Nov 23, 2015 at 5:20 PM, Tony Jones wrote: > On 11/23/2015 02:20 PM, Paul Moore wrote: >> Previously we were emitting seccomp audit records regardless of the >> audit_enabled setting, a deparature from the rest of audit. This >> patch makes seccomp auditing consistent with the rest of the