0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
inherit file attributes from original unix socket More... almost 12 years ago
wine-sandbox: Set SANDBOXUSRGROUP to empty string, rights.c: Added compiler option SANDBOXOLDKERNEL to allow compilation for old kernels More... almost 12 years ago
Prepare debian changelog for first alpha build
mmueller2012
as Michael Mueller
More... almost 12 years ago
Updated README file More... almost 12 years ago
forward.c: Fixed socketForward to allow socket ID 0 More... almost 12 years ago
Added more memory barriers to prevent unwanted compiler optimizations More... almost 12 years ago
Fixed makefile, rights.c: added warning when chdir() fails, sandbox.c: added memory barriers to prevent compiler command reordering More... almost 12 years ago
mount.c: Generate full path only when necessary, parseenv.c: Don't use getgrnam() as errno isn't always set More... almost 12 years ago
Moved check for special mount dirs to ensure that they exist and added check if mount is a fs mount
mmueller2012
as Michael Mueller
More... almost 12 years ago
mount.c: Use dir_starts_with_str to prepare mount table More... almost 12 years ago
Fixed type for numGroups variable in getgroups_malloc More... almost 12 years ago
Added SANDBOXDEBUG to root_duplicateMnt More... almost 12 years ago
Load full mount table to memory before mounting the first directory More... almost 12 years ago
Use better method to find out required space for getgroups() More... almost 12 years ago
Changed arguments of getgroups_malloc to make it easier to iterate through the list More... almost 12 years ago
Added SANDBOXUSRGROUP environment variable to keep specific group rights even inside the sandbox (process-specific, not sandbox-specific) More... almost 12 years ago
forward.c: get rid of ressource leak warnings (program terminates afterwards nevertheless), shm.c: improved used code construct More... almost 12 years ago
Mount $HOME/.wine if no wineprefix is specified More... almost 12 years ago
Improved wine-sandbox script. Don't try to use Pulseaudio if it's not running.
mmueller2012
as Michael Mueller
More... almost 12 years ago
Reviewed remaning files and corrected some errors.
mmueller2012
as Michael Mueller
More... almost 12 years ago
pipelight-sandbox: Get rid of compiler warnings when compiling with -Wall More... almost 12 years ago
misc.c: Ensure that __dir_starts_with_str is called always, even if canonicalize_file_name fails More... almost 12 years ago
Reviewed mount.c, parseenv.c, rights.c and made some minor improvements
mmueller2012
as Michael Mueller
More... almost 12 years ago
pipelight-sandbox: Removed unusued variables More... almost 12 years ago
Added wrapper script 'wine-sandbox' to setup all environment variables automatically More... almost 12 years ago
Pass correct file attributes to mkdir() More... almost 12 years ago
Updated Makefile and some other style improvements More... almost 12 years ago
Rewrite of some internal functions, its now possible to write-mount multiple directories and forward arbitraty sockets More... almost 12 years ago
Fixed return from root_doSetupChrootMnt More... almost 12 years ago
Stop mounting on error, moreover set PR_SET_DUMPABLE before dropping rights. More... almost 12 years ago