View | Details | Raw Unified | Return to bug 3085 | Differences between
and this patch

Collapse All | Expand All

(-)a/sandbox-seccomp-filter.c (-1 / +1 lines)
Lines 43-48 Link Here
43
#include <sys/resource.h>
43
#include <sys/resource.h>
44
#include <sys/prctl.h>
44
#include <sys/prctl.h>
45
#include <sys/mman.h>
45
#include <sys/mman.h>
46
#include <sys/syscall.h>
46
47
47
#include <linux/net.h>
48
#include <linux/net.h>
48
#include <linux/audit.h>
49
#include <linux/audit.h>
49
- 

Return to bug 3085