David Woodhouse 94983cb788 [POWERPC] Fix PPC32 SECCOMP, unexport do_syscall_trace_{enter,leave}
The secure_computing() call which automatically aborts a process if it
tries to execute a syscall it shouldn't is much more useful if we
actually do it _before_ the syscall, rather than afterwards. PPC64 got
this right, but the original incorrect behaviour inherited from arch/ppc
was preserved by ifdefs. Make it the same on PPC32 too.

Also, I see no need to export do_syscall_trace_{leave,enter} on ppc32 --
they were only exported because the old do_syscall_trace() (which they
replaced) used to be.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-09-26 15:24:34 +10:00
..
2006-07-31 13:28:43 -07:00
2006-07-31 13:28:43 -07:00
2006-09-14 10:36:11 +10:00
2006-09-11 13:32:30 -04:00
2006-08-25 14:56:07 +10:00
2006-08-25 13:17:08 +10:00
2006-08-01 10:37:25 +10:00
2006-04-22 18:45:05 +10:00
2006-08-31 15:45:48 +10:00
2006-08-25 14:56:07 +10:00
2006-08-25 14:56:07 +10:00
2006-08-08 17:08:56 +10:00
2006-08-01 10:37:25 +10:00
2006-08-31 15:45:48 +10:00
2006-06-15 19:31:26 +10:00
2006-08-31 15:45:48 +10:00
2006-08-31 15:45:48 +10:00
2006-09-20 15:09:48 +10:00
2006-09-20 15:09:48 +10:00