diff -Naur sandbox-2.5.orig/libsandbox/libsandbox.c sandbox-2.5/libsandbox/libsandbox.c --- sandbox-2.5.orig//libsandbox/libsandbox.c 2011-01-02 02:19:29.000000000 +0000 +++ sandbox-2.5/libsandbox/libsandbox.c 2012-07-23 21:27:36.807323327 +0000 @@ -806,7 +806,6 @@ sb_nr == SB_NR_TRUNCATE64 || sb_nr == SB_NR_UNLINK || sb_nr == SB_NR_UNLINKAT || - sb_nr == SB_NR_UTIME || sb_nr == SB_NR_UTIMENSAT || sb_nr == SB_NR_UTIMES || sb_nr == SB_NR__XMKNOD || diff -Naur sandbox-2.5.orig/libsandbox/symbols.h.in sandbox-2.5/libsandbox/symbols.h.in --- sandbox-2.5.orig/libsandbox/symbols.h.in 2010-08-16 13:02:24.000000000 +0000 +++ sandbox-2.5/libsandbox/symbols.h.in 2012-07-23 21:27:02.597323327 +0000 @@ -57,7 +57,6 @@ fexecve system popen -utime utimes utimensat futimesat diff -Naur sandbox-2.5.orig/libsandbox/trace.c sandbox-2.5/libsandbox/trace.c --- sandbox-2.5.orig/libsandbox/trace.c 2010-08-16 13:02:24.000000000 +0000 +++ sandbox-2.5/libsandbox/trace.c 2012-07-23 21:27:52.027325200 +0000 @@ -324,7 +324,6 @@ else if (nr == SB_NR_TRUNCATE64)return trace_check_syscall_C (&state); else if (nr == SB_NR_UNLINK) return trace_check_syscall_C (&state); else if (nr == SB_NR_UNLINKAT) return trace_check_syscall_DCF(&state); - else if (nr == SB_NR_UTIME) return trace_check_syscall_C (&state); else if (nr == SB_NR_UTIMES) return trace_check_syscall_C (&state); else if (nr == SB_NR_UTIMENSAT) return _trace_check_syscall_DCF(&state, 1);