From: Mimi Zohar <zohar@linux•vnet.ibm.com>
To: linux-security-module@vger•kernel.org
Cc: Mimi Zohar <zohar@linux•vnet.ibm.com>,
linux-next@vger•kernel.org, linux-kernel@vger•kernel.org,
James Morris <jmorris@namei•org>,
Stephen Rothwell <sfr@canb•auug.org.au>,
David Safford <safford@watson•ibm.com>,
Mimi Zohar <zohar@us•ibm.com>
Subject: [PATCH 1/2] evm: building without EVM enabled fixes
Date: Thu, 11 Aug 2011 00:22:51 -0400 [thread overview]
Message-ID: <1313036572-27122-1-git-send-email-zohar@linux.vnet.ibm.com> (raw)
- Missing 'inline' on evm_inode_setattr() definition.
Introduced by commit 817b54aa45db ("evm: add evm_inode_setattr to prevent
updating an invalid security.evm").
- Missing security_old_inode_init_security() stub function definition.
Caused by commit 9d8f13ba3f48 ("security: new security_inode_init_security
API adds function callback").
Reported-by: Stephen Rothwell <sfr@canb•auug.org.au>
Signed-off-by: Mimi Zohar <zohar@us•ibm.com>
---
include/linux/evm.h | 2 +-
include/linux/security.h | 7 +++++++
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/include/linux/evm.h b/include/linux/evm.h
index db5556d..62deb65 100644
--- a/include/linux/evm.h
+++ b/include/linux/evm.h
@@ -45,7 +45,7 @@ static inline enum integrity_status evm_verifyxattr(struct dentry *dentry,
}
#endif
-static int evm_inode_setattr(struct dentry *dentry, struct iattr *attr)
+static inline int evm_inode_setattr(struct dentry *dentry, struct iattr *attr)
{
return 0;
}
diff --git a/include/linux/security.h b/include/linux/security.h
index 1c528b1..f399cf1 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -2048,6 +2048,13 @@ static inline int security_inode_init_security(struct inode *inode,
return -EOPNOTSUPP;
}
+int security_old_inode_init_security(struct inode *inode, struct inode *dir,
+ const struct qstr *qstr, char **name,
+ void **value, size_t *len)
+{
+ return -EOPNOTSUPP;
+}
+
static inline int security_inode_create(struct inode *dir,
struct dentry *dentry,
int mode)
--
1.7.3.4
next reply other threads:[~2011-08-11 4:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-11 4:22 Mimi Zohar [this message]
2011-08-11 4:22 ` [PATCH 2/2] evm: fix evm_inode_init_security return code Mimi Zohar
2011-08-11 8:13 ` James Morris
2011-08-12 2:52 ` [PATCH 1/2] evm: building without EVM enabled fixes Stephen Rothwell
2011-08-12 4:08 ` Mimi Zohar
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=1313036572-27122-1-git-send-email-zohar@linux.vnet.ibm.com \
--to=zohar@linux$(echo .)vnet.ibm.com \
--cc=jmorris@namei$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=linux-security-module@vger$(echo .)kernel.org \
--cc=safford@watson$(echo .)ibm.com \
--cc=sfr@canb$(echo .)auug.org.au \
--cc=zohar@us$(echo .)ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox