diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 12:54:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 12:54:19 +0000 |
commit | 9d5b7fc7d1c689624fbd8be8998ebc12f3d87412 (patch) | |
tree | 97983b246ec64a143e2e649094584e00ef9d7c20 /NEWS | |
parent | TODO: add more items (diff) | |
download | sandbox-9d5b7fc7d1c689624fbd8be8998ebc12f3d87412.tar.gz sandbox-9d5b7fc7d1c689624fbd8be8998ebc12f3d87412.tar.bz2 sandbox-9d5b7fc7d1c689624fbd8be8998ebc12f3d87412.zip |
NEWS: note major stuff for sandbox-1.3.0
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -1 +1,29 @@ -read the ChangeLog +sandbox-1.3.0 + +- new wrappers for functions: + faccessat + fchmodat + fchownat + futimesat + linkat + lutimes + mkdirat + mkfifoat + mknodat + openat64 + openat + renameat + symlinkat + unlinkat + utime + utimensat + utimes + +- warn whenever a static ELF is executed (since we can't wrap it) + +- internal I/O functions for libsandbox for reliable output + +- internal memory functions to avoid crashing with applications that implement + their own sets + +- a lot of source code cleanups |