[apparmor] [PATCH 20/36] apparmor: update profile interface file for labels

John Johansen john.johansen at canonical.com
Wed May 1 21:31:05 UTC 2013


Signed-off-by: John Johansen <john.johansen at canonical.com>
---
 security/apparmor/apparmorfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c
index 9397542..e4d6853 100644
--- a/security/apparmor/apparmorfs.c
+++ b/security/apparmor/apparmorfs.c
@@ -731,7 +731,7 @@ static int profiles_release(struct inode *inode, struct file *file)
 	return seq_release(inode, file);
 }
 
-const struct file_operations aa_fs_profiles_fops = {
+static const struct file_operations aa_fs_profiles_fops = {
 	.open = profiles_open,
 	.read = seq_read,
 	.llseek = seq_lseek,
-- 
1.8.1.2




More information about the AppArmor mailing list