explicit paths for touch

This commit is contained in:
Michel Oosterhof
2015-12-29 13:24:23 +00:00
parent fde9f0bdb0
commit bc7c1f2b57

View File

@@ -412,6 +412,7 @@ class command_touch(HoneyPotCommand):
# FIXME: modify the timestamp here
continue
self.fs.mkfile(path, 0, 0, 0, 33188)
commands['touch'] = command_touch
commands['/usr/bin/touch'] = command_touch
commands['/bin/touch'] = command_touch
# vim: set sw=4 et: