GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sandbox.git
master
stable-2.x
Gentoo Sandbox Tool
Sandbox Maintainers <sandbox@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsandbox
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsandbox: reduce & inline the __64_{pre,post}.h headers
Mike Frysinger
2021-11-05
14
-41
/
+17
*
change FS calls to use 64-bit interfaces explicitly
Mike Frysinger
2021-11-05
5
-17
/
+17
*
libsandbox/libsbutil: use faccessat for file-existence tests
Mike Frysinger
2021-11-05
2
-14
/
+4
*
libsandbox: refine yama check to abort on level 3+
Mike Frysinger
2021-11-03
1
-9
/
+21
*
libsandbox: tweak label/decl code for some compiler settings
Mike Frysinger
2021-11-03
1
-1
/
+3
*
libsandbox: add YAMA checks and skip ptrace when active
v3.1
Mike Frysinger
2021-11-03
1
-0
/
+38
*
libsandbox: merge sandbox settings from tracee end when execing
v3.0
Mike Frysinger
2021-11-02
1
-0
/
+33
*
libsandbox: fix ptracing children
Mike Frysinger
2021-11-02
1
-8
/
+65
*
libsandbox: do not use ptrace if it returns ENOSYS
Mike Frysinger
2021-10-31
1
-2
/
+8
*
libsandbox: drop args to trace_main
Mike Frysinger
2021-10-29
3
-7
/
+7
*
libsandbox: hoist the *at pre-check functions up a level
Mike Frysinger
2021-10-28
8
-36
/
+42
*
build: create libsandbox for trace_syscalls.h too
Mike Frysinger
2021-10-28
1
-0
/
+1
*
libsandbox: fix signal pass through with ptrace main loop
v2.28
Mike Frysinger
2021-10-28
1
-2
/
+5
*
libsandbox: drop lstat check for symlink funcs
Mike Frysinger
2021-10-27
1
-28
/
+23
*
libsandbox: port ptrace to aarch64
Mike Frysinger
2021-10-25
2
-0
/
+33
*
libsandbox: use PTRACE_GET_SYSCALL_INFO when available
Mike Frysinger
2021-10-25
2
-0
/
+26
*
libsandbox: add sparc personality support
Mike Frysinger
2021-10-24
1
-0
/
+70
*
libsandbox: port ptrace to sparc64 & re-enable for sparc
Mike Frysinger
2021-10-24
1
-7
/
+11
*
libsandbox: extend symbols format to specify diff syscall name
Mike Frysinger
2021-10-23
2
-5
/
+11
*
libsandbox: tweak how undefined symbols are declared
Mike Frysinger
2021-10-23
3
-6
/
+10
*
libsandbox: move symbols.h.in parsing to scripts
Mike Frysinger
2021-10-23
1
-2
/
+1
*
libsandbox: add 64-bit time_t wrappers
Mike Frysinger
2021-10-23
11
-5
/
+85
*
libsandbox: fix flags extraction for a few syscalls
Mike Frysinger
2021-10-23
1
-7
/
+14
*
build: hoist -Itop_srcdir to common AM_CPPFLAGS
Mike Frysinger
2021-10-23
1
-1
/
+0
*
libsandbox: only lookup syscall number on entry
Mike Frysinger
2021-10-23
1
-4
/
+6
*
libsandbox: regen trace headers when symbols header changes
Mike Frysinger
2021-10-23
1
-2
/
+2
*
Revert "Remove leftover generated Makefiles from the repo (sic!)"
Mike Frysinger
2021-10-22
1
-0
/
+4
*
libsandbox: fix ppc ptrace return value setting
Mike Frysinger
2021-10-22
1
-2
/
+8
*
Remove leftover generated Makefiles from the repo (sic!)
Michał Górny
2021-10-22
1
-4
/
+0
*
libsandbox: drop old *.py[co] hack #775416
Mike Frysinger
2021-10-22
1
-14
/
+0
*
libsandbox: add xattr wrappers #672566
Mike Frysinger
2021-10-22
6
-9
/
+63
*
libsandbox: use wide readelf output
Mike Frysinger
2021-10-22
1
-2
/
+2
*
libsandbox: add renameat2 wrapper
Mike Frysinger
2021-10-21
4
-0
/
+16
*
libsandbox: enable exitkill containment
v2.26
Mike Frysinger
2021-10-21
1
-1
/
+6
*
libsandbox: switch tracing from signal handler to waitpid
Mike Frysinger
2021-10-21
1
-68
/
+58
*
libsandbox: tweak const markings on env vars
Mike Frysinger
2021-10-21
1
-1
/
+1
*
switch to https:// URIs when possible
Mike Frysinger
2021-10-21
1
-1
/
+1
*
build: create libsandbox dir before writing files
Mike Frysinger
2021-10-21
1
-0
/
+4
*
delete redundant headers.h stub
Mike Frysinger
2021-10-21
2
-2
/
+0
*
tests: add a convenience build target
Mike Frysinger
2021-10-21
1
-1
/
+1
*
build: flatten build a bit to avoid (most) recursive make
Mike Frysinger
2021-10-21
2
-38
/
+47
*
libsandbox: drop redundant regs ptrace lookup
Mike Frysinger
2021-10-20
1
-2
/
+1
*
libsandbox: fix incorrect indentation
Mike Frysinger
2021-10-18
1
-8
/
+9
*
libsandbox: add SANDBOX_METHOD setting
Mike Frysinger
2021-10-18
3
-0
/
+15
*
libsandbox: add array bounds to times related funcs
Mike Frysinger
2021-10-16
4
-4
/
+4
*
libsandbox: adjust hard-coded denial for /var/log/sandbox
Mike Gilbert
2021-09-07
1
-9
/
+9
*
libsandbox: fix error handling of absolute_path() in check_syscall()
Sergei Trofimovich
2021-04-02
1
-1
/
+4
*
libsandbox: try harder not to regenerate environment
Sergei Trofimovich
2021-03-13
1
-0
/
+9
*
libsandbox: implement vfork() via fork()
Sergei Trofimovich
2021-03-11
2
-0
/
+29
*
check_syscall(): turn internal sandbox violation into denywrite
Sergei Trofimovich
2020-05-31
1
-0
/
+9
[next]