diff options
| author | Simon Rettberg | 2016-08-30 18:19:54 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-08-30 18:19:54 +0200 |
| commit | 98fb0fe15fdfe40fedf178d56d3952d859475697 (patch) | |
| tree | 3d4979ddacb623cf5710f6ecbd0d3787d064ae9e /remote/modules/run-virt/module.build | |
| parent | [rfs-stage32] Add ip6tables (diff) | |
| download | tm-scripts-98fb0fe15fdfe40fedf178d56d3952d859475697.tar.gz tm-scripts-98fb0fe15fdfe40fedf178d56d3952d859475697.tar.xz tm-scripts-98fb0fe15fdfe40fedf178d56d3952d859475697.zip | |
[run-virt] Fix firewall setup by making wget calls busybox compliant, +s fw-binary
Diffstat (limited to 'remote/modules/run-virt/module.build')
| -rw-r--r-- | remote/modules/run-virt/module.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/run-virt/module.build b/remote/modules/run-virt/module.build index eb718599..56afd839 100644 --- a/remote/modules/run-virt/module.build +++ b/remote/modules/run-virt/module.build @@ -15,6 +15,6 @@ build () { } post_copy() { - : + chmod +s "${TARGET_BUILD_DIR}/opt/openslx/bin/slxfwtool" || perror "Could not set suid bit on slxfwtool" } |
