projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ae59423
)
Allow audit control by default.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 5 Oct 2009 21:27:24 +0000 (21:27 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 5 Oct 2009 21:27:24 +0000 (21:27 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2851
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
lib/vserver.h
patch
|
blob
|
history
diff --git
a/lib/vserver.h
b/lib/vserver.h
index
2ab484a
..
2224be7
100644
(file)
--- a/
lib/vserver.h
+++ b/
lib/vserver.h
@@
-949,7
+949,7
@@
extern "C" {
uint_least64_t vc_get_insecurebcaps() VC_ATTR_CONST;
inline static uint_least64_t vc_get_insecureccaps() {
- return ~(VC_VXC_SET_UTSNAME|VC_VXC_RAW_ICMP);
+ return ~(VC_VXC_SET_UTSNAME|VC_VXC_RAW_ICMP|VC_VXC_AUDIT_CONTROL);
}
inline static int vc_setfilecontext(char const *filename, xid_t xid) {