From: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
To: viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org,
linux-security-module@vger.kernel.org, zohar@linux.vnet.ibm.com,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] ima: policy search speedup
Date: Thu, 22 Nov 2012 23:54:42 +0200 [thread overview]
Message-ID: <cover.1353621075.git.dmitry.kasatkin@intel.com> (raw)
Hello,
Here is two patches for policy search speedup.
First patch adds additional features flags to superblock.
Second - implementation for IMA.
Two months ago I was asking about it on mailing lists.
Suggestion was not to use s_flags, but e.g. s_feature_flags.
Any objections about such approach?
Thanks,
Dmitry
Dmitry Kasatkin (2):
vfs: new super block feature flags attribute
ima: skip policy search for never appraised or measured files
include/linux/fs.h | 4 ++++
security/integrity/ima/ima_api.c | 8 ++------
security/integrity/ima/ima_policy.c | 20 +++++++++++++++++---
security/integrity/integrity.h | 3 +++
4 files changed, 26 insertions(+), 9 deletions(-)
--
1.7.10.4
next reply other threads:[~2012-11-22 21:54 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-22 21:54 Dmitry Kasatkin [this message]
2012-11-22 21:54 ` [PATCH 1/2] vfs: new super block feature flags attribute Dmitry Kasatkin
2012-11-22 21:54 ` [PATCH 2/2] ima: skip policy search for never appraised or measured files Dmitry Kasatkin
2012-11-27 13:42 ` [PATCH 0/2] ima: policy search speedup Kasatkin, Dmitry
2012-12-11 12:51 ` Kasatkin, Dmitry
2012-12-11 14:08 ` Mimi Zohar
2012-12-11 16:59 ` Linus Torvalds
2012-12-11 17:40 ` Kasatkin, Dmitry
2012-12-11 17:55 ` Linus Torvalds
2012-12-11 18:09 ` Eric Paris
2012-12-11 18:35 ` Kasatkin, Dmitry
2012-12-11 19:07 ` Mimi Zohar
2012-12-11 22:16 ` Dave Chinner
2012-12-11 18:10 ` Kasatkin, Dmitry
2012-12-11 18:29 ` Al Viro
2012-12-11 18:12 ` Kasatkin, Dmitry
2012-12-11 18:35 ` Linus Torvalds
2012-12-11 18:53 ` Kasatkin, Dmitry
2012-12-11 18:18 ` Mimi Zohar
2012-12-11 18:35 ` Eric Paris
2012-12-11 18:59 ` Mimi Zohar
2012-12-11 19:10 ` Linus Torvalds
2012-12-11 19:48 ` Mimi Zohar
2012-12-11 20:05 ` Linus Torvalds
2012-12-11 20:15 ` Eric Paris
2012-12-11 20:31 ` Linus Torvalds
2012-12-11 20:08 ` Eric Paris
2012-12-11 22:57 ` Kasatkin, Dmitry
2012-12-11 23:02 ` Eric Paris
2012-12-12 13:56 ` Kasatkin, Dmitry
2012-12-12 14:25 ` Eric Paris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1353621075.git.dmitry.kasatkin@intel.com \
--to=dmitry.kasatkin@intel.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
--cc=zohar@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.