security/ cleanups
This patch contains the following cleanups that are now possible: - remove the unused security_operations->inode_xattr_getsuffix - remove the no longer used security_operations->unregister_security - remove some no longer required exit code - remove a bunch of no longer used exports Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: James Morris <jmorris@namei.org> Cc: Chris Wright <chrisw@sous-sol.org> Cc: Stephen Smalley <sds@tycho.nsa.gov> Cc: Serge Hallyn <serue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b53767719b
commit
cbfee34520
@ -64,7 +64,6 @@ int core_uses_pid;
|
||||
char core_pattern[CORENAME_MAX_SIZE] = "core";
|
||||
int suid_dumpable = 0;
|
||||
|
||||
EXPORT_SYMBOL(suid_dumpable);
|
||||
/* The maximal length of core_pattern is also specified in sysctl.c */
|
||||
|
||||
static LIST_HEAD(formats);
|
||||
@ -1662,7 +1661,6 @@ void set_dumpable(struct mm_struct *mm, int value)
|
||||
break;
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(set_dumpable);
|
||||
|
||||
int get_dumpable(struct mm_struct *mm)
|
||||
{
|
||||
|
Reference in New Issue
Block a user