Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 427816
Collapse All | Expand All

(-)sandbox-2.5.orig//libsandbox/libsandbox.c (-1 lines)
Lines 806-812 Link Here
806
	    sb_nr == SB_NR_TRUNCATE64  ||
806
	    sb_nr == SB_NR_TRUNCATE64  ||
807
	    sb_nr == SB_NR_UNLINK      ||
807
	    sb_nr == SB_NR_UNLINK      ||
808
	    sb_nr == SB_NR_UNLINKAT    ||
808
	    sb_nr == SB_NR_UNLINKAT    ||
809
	    sb_nr == SB_NR_UTIME       ||
810
	    sb_nr == SB_NR_UTIMENSAT   ||
809
	    sb_nr == SB_NR_UTIMENSAT   ||
811
	    sb_nr == SB_NR_UTIMES      ||
810
	    sb_nr == SB_NR_UTIMES      ||
812
	    sb_nr == SB_NR__XMKNOD     ||
811
	    sb_nr == SB_NR__XMKNOD     ||
(-)sandbox-2.5.orig/libsandbox/symbols.h.in (-1 lines)
Lines 57-63 Link Here
57
fexecve
57
fexecve
58
system
58
system
59
popen
59
popen
60
utime
61
utimes
60
utimes
62
utimensat
61
utimensat
63
futimesat
62
futimesat
(-)sandbox-2.5.orig/libsandbox/trace.c (-1 lines)
Lines 324-330 Link Here
324
	else if (nr == SB_NR_TRUNCATE64)return  trace_check_syscall_C  (&state);
324
	else if (nr == SB_NR_TRUNCATE64)return  trace_check_syscall_C  (&state);
325
	else if (nr == SB_NR_UNLINK)    return  trace_check_syscall_C  (&state);
325
	else if (nr == SB_NR_UNLINK)    return  trace_check_syscall_C  (&state);
326
	else if (nr == SB_NR_UNLINKAT)  return  trace_check_syscall_DCF(&state);
326
	else if (nr == SB_NR_UNLINKAT)  return  trace_check_syscall_DCF(&state);
327
	else if (nr == SB_NR_UTIME)     return  trace_check_syscall_C  (&state);
328
	else if (nr == SB_NR_UTIMES)    return  trace_check_syscall_C  (&state);
327
	else if (nr == SB_NR_UTIMES)    return  trace_check_syscall_C  (&state);
329
	else if (nr == SB_NR_UTIMENSAT) return _trace_check_syscall_DCF(&state, 1);
328
	else if (nr == SB_NR_UTIMENSAT) return _trace_check_syscall_DCF(&state, 1);
330
329

Return to bug 427816