diff options
author | Eduardo Otubo <otubo@redhat.com> | 2020-08-24 15:34:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 09:34:24 -0400 |
commit | db86753f81af73826158c9522f2521f210300e2b (patch) | |
tree | 18ce4372256ef43dfff625993798b8bc71f1e91d /cloudinit/config | |
parent | c73ab5665469a28dec2995b2b15d3462b0a83c4b (diff) | |
download | vyos-cloud-init-db86753f81af73826158c9522f2521f210300e2b.tar.gz vyos-cloud-init-db86753f81af73826158c9522f2521f210300e2b.zip |
DHCP sandboxing failing on noexec mounted /var/tmp (#521)
* DHCP sandboxing failing on noexec mounted /var/tmp
If /var/tmp is mounted with noexec option the DHCP sandboxing will fail
with Permission Denied. This patch simply avoids this error by checking
the exec permission updating the dhcp path in negative case.
rhbz: https://bugzilla.redhat.com/show_bug.cgi?id=1857309
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
* Replacing with os.* calls
* Adding test and removing isfile() useless call.
Co-authored-by: Rick Harding <rharding@mitechie.com>
Diffstat (limited to 'cloudinit/config')
0 files changed, 0 insertions, 0 deletions