Index: trace_inputs.py |
diff --git a/trace_inputs.py b/trace_inputs.py |
index b1b1323c516001a679cc60887648c2ca5af554ab..668fcf6efa1d624e05874a5a8ead1c1f3cdd9c3d 100755 |
--- a/trace_inputs.py |
+++ b/trace_inputs.py |
@@ -1382,6 +1382,9 @@ class Strace(ApiBase): |
self.cwd = self.RelativePath(self, args[0]) |
logging.debug('handle_chdir(%d, %s)' % (self.pid, self.cwd)) |
+ def handle_chown(self, _args, result): |
+ pass |
+ |
def handle_clone(self, _args, result): |
self._handling_forking('clone', result) |