aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 4c413ec93cb7fd263b8f4d6e671bf7c400a7fc83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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