projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016843e
)
lxc: hide seccomp support for arc
author
Eneas U de Queiroz
<cote2004-github@yahoo.com>
Wed, 15 May 2019 12:40:45 +0000
(09:40 -0300)
committer
Eneas U de Queiroz
<cote2004-github@yahoo.com>
Wed, 15 May 2019 12:48:42 +0000
(09:48 -0300)
libseccomp does not compile for arc, so we can't show that option for
arc.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
utils/lxc/Config.in
patch
|
blob
|
history
diff --git
a/utils/lxc/Config.in
b/utils/lxc/Config.in
index 3340a3c2f1b109a761f4fbc995cb38cf0d77d9bd..b655d3e594590944d6f3069a798279b681705d41 100644
(file)
--- a/
utils/lxc/Config.in
+++ b/
utils/lxc/Config.in
@@
-38,6
+38,7
@@
config LXC_BUSYBOX_OPTIONS
config LXC_SECCOMP
bool "Enable support for seccomp in LXC"
default KERNEL_SECCOMP
+ depends on !arc
help
Build LXC with support for seccomp filters.
Select libseccomp which also pulls-in the needed kernel features.