projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
684f6ba
)
Remove the #ifdef since the logic got inverted.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 11 Nov 2008 20:58:41 +0000 (20:58 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 11 Nov 2008 20:58:41 +0000 (20:58 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2826
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
lib/getinsecurebcaps.c
patch
|
blob
|
history
diff --git
a/lib/getinsecurebcaps.c
b/lib/getinsecurebcaps.c
index
ddb25d9
..
8acfd53
100644
(file)
--- a/
lib/getinsecurebcaps.c
+++ b/
lib/getinsecurebcaps.c
@@
-33,9
+33,7
@@
vc_get_insecurebcaps()
(1<<VC_CAP_SYS_PTRACE) | (1<<VC_CAP_SYS_TTY_CONFIG) |
(1<<VC_CAP_LEASE)
-#if defined(VC_ENABLE_API_COMPAT)
| (vc_isSupported(vcFEATURE_VSHELPER) ? (1<<VC_CAP_SYS_BOOT) : 0)
| (vc_isSupported(vcFEATURE_MIGRATE) ? (1<<VC_CAP_AUDIT_WRITE) : 0) // formerly QUOTACTL
-#endif
);
}