| /[path-sandbox]/trunk/libsandbox.c |
Parent Directory
|
Revision Log
Hack to make sure sandboxed process cannot remove a device node, bug #79836.
White space fixes.
Fix inverse test logic in canonicalize.c, use a strncpy. Fix gcc warning in getcwd.c. Add symbols.in and logic to Makefile.am to generate symbol versions for glibc and other libc's that use this. Update libsandbox.c to use these symbol versions if available. Fix exec wrapper to re-export LD_PRELOAD if the process unset it.
killed off _init and _fini in favor of void __attribute__ ((constructor)) init_func and void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated.
hopefully cvs is done being stupid. Compilation fixes, along w/ make dist fix.
compilation fixups.
should make things compile again
need to include config.h
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |