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
/
libsandbox.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix behavior of utimensat(..., AT_EMPTY_PATH)
Mike Gilbert
2024-11-04
1
-1
/
+1
*
Fix SIGSEGV in gtest death tests due to small stack
Sv. Lockal
2024-01-27
1
-5
/
+29
*
egetcwd: fix some edge cases
Oskari Pirhonen
2023-08-08
1
-5
/
+5
*
resolve_dirfd_path: use separate buffer for readlink
Mike Gilbert
2023-08-05
1
-4
/
+5
*
libsbutil: add sbio_faccessat and use it in sb_exists
Mike Gilbert
2023-08-03
1
-0
/
+1
*
libsandbox: skip checking access() without W_OK or R_OK mode
Mike Gilbert
2023-08-03
1
-1
/
+4
*
libsandbox: always permit access to '/memfd:'
Mike Gilbert
2023-07-31
1
-0
/
+6
*
libsandbox: add support for fchown/fchmod on linux
Michael Orlitzky
2023-06-22
1
-0
/
+17
*
libsandbox: add lutimes to symlink_func
Mike Gilbert
2023-06-12
1
-0
/
+1
*
change FS calls to use 64-bit interfaces explicitly
Mike Frysinger
2021-11-05
1
-7
/
+7
*
libsandbox: drop lstat check for symlink funcs
Mike Frysinger
2021-10-27
1
-28
/
+23
*
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
1
-9
/
+15
*
libsandbox: add renameat2 wrapper
Mike Frysinger
2021-10-21
1
-0
/
+2
*
libsandbox: tweak const markings on env vars
Mike Frysinger
2021-10-21
1
-1
/
+1
*
libsandbox: fix incorrect indentation
Mike Frysinger
2021-10-18
1
-8
/
+9
*
libsandbox: add SANDBOX_METHOD setting
Mike Frysinger
2021-10-18
1
-0
/
+10
*
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
*
check_syscall(): turn internal sandbox violation into denywrite
Sergei Trofimovich
2020-05-31
1
-0
/
+9
*
libsandbox/libsandbox.c: add errno output for internal sandbox violations
Sergei Trofimovich
2020-05-31
1
-2
/
+8
*
exec*() wrappers: never mutate 'environ' of host process
Sergei Trofimovich
2019-01-08
1
-47
/
+45
*
libsandbox: resolve_dirfd_path /proc/<pid> namespace safety
Zac Medico
2018-12-02
1
-1
/
+8
*
Disable environment propagation if sandbox is disabled
Michał Górny
2018-02-12
1
-0
/
+5
*
Ensure LD_LIBRARY_PATH is copied to my_env
v2.12
Peter Levine
2017-10-03
1
-2
/
+2
*
libsandbox: Fix path matching not to dumbly match prefixes
Michał Górny
2017-10-03
1
-3
/
+19
*
Remove no-longer-necessary symlink hack in ACL
Michał Górny
2017-10-03
1
-40
/
+0
*
libsandbox: whitelist renameat/symlinkat as symlink funcs
Mike Frysinger
2017-03-10
1
-1
/
+3
*
libsandbox: whitelist execvpe
Mike Frysinger
2016-03-30
1
-0
/
+1
*
libsandbox: make check_syscall ISE a little more useful
Mike Frysinger
2016-03-29
1
-2
/
+2
*
libsandbox: use ptrace on apps that interpose their own allocator
Mike Frysinger
2016-02-16
1
-27
/
+45
*
libsandbox: do not unnecessarily dereference symlinks
Mike Frysinger
2015-09-28
1
-3
/
+12
*
libsandbox: improve debugging output a bit
Mike Frysinger
2015-09-20
1
-2
/
+4
*
libsandbox: fix handling of dangling symlinks
Mike Frysinger
2015-09-20
1
-5
/
+18
*
libsandbox: egetcwd: fix handling of NULL inputs
Mike Frysinger
2015-09-20
1
-4
/
+16
*
libsandbox: preserve more SANDBOX env vars
Mike Frysinger
2013-02-23
1
-52
/
+232
*
libsandbox: fix early var init
Mike Frysinger
2013-02-24
1
-8
/
+25
*
add a new message env var
Mike Frysinger
2013-02-24
1
-0
/
+4
*
delete unused sandbox env vars
Mike Frysinger
2013-02-24
1
-3
/
+0
*
libsandbox: add some likely/unlikely settings
Mike Frysinger
2013-02-24
1
-7
/
+5
*
sandbox: allow log files to fallback to tmpdir
Mike Frysinger
2012-12-24
1
-2
/
+2
*
precompile headers.h to speed up build slightly
Mike Frysinger
2012-07-03
1
-7
/
+0
*
libsandbox: kill off SB_MEM_DEBUG
Mike Frysinger
2012-06-23
1
-17
/
+0
*
significantly overhaul output helpers
Mike Frysinger
2012-06-23
1
-114
/
+25
*
libsandbox: add missing close to logfile fd
Mike Frysinger
2012-03-07
1
-2
/
+5
*
libsandbox: mark internal fds with O_CLOEXEC
Mike Frysinger
2012-03-07
1
-2
/
+2
*
libsandbox: push down constructor init
Mike Frysinger
2012-03-05
1
-37
/
+6
*
libsandbox: invert debug checking order to avoid uninitialized variables
Mike Frysinger
2011-07-08
1
-1
/
+1
*
libsandbox: tweak code to avoid undefined behavior warnings
Mike Frysinger
2011-07-08
1
-1
/
+1
[next]