diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-10-28 23:02:47 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-10-28 23:02:47 -0800 |
| commit | e175888f40d9b14b62ca6b5dab3573b364029ce0 (patch) | |
| tree | 8a289025bd4fdac405994f523671ba13ab1e605e /kernel | |
| parent | 11fd59c56063029cee9b7098be72ceb05240787b (diff) | |
LSM: remove last remanants of sys_security missed by last patch.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index 0a9d75f8a739..4dd0d6059e06 100644 --- a/kernel/sys.c +++ b/kernel/sys.c @@ -204,7 +204,6 @@ cond_syscall(sys_nfsservctl) cond_syscall(sys_quotactl) cond_syscall(sys_acct) cond_syscall(sys_lookup_dcookie) -cond_syscall(sys_security) static int set_one_prio(struct task_struct *p, int niceval, int error) { |
