-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
41 lines (34 loc) · 1.43 KB
/
Copy pathCHANGELOG
File metadata and controls
41 lines (34 loc) · 1.43 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
v5.0 (2026-06-17)
-----------------
* 'no su' (no new privs) is now the default '-su' option added to allow specifying a program can su
* added support for limiting child processes, or user-owned processes
* added support for limiting memory, files open, file size,
* added support for specifying 'seccomp' secure levels
v4.2 (2025-03-17)
-----------------
* fix error with building when no system-wide libuseful installed
* mv LICENCE to LICENSE
v4.1 (2025-03-17)
-----------------
* replace exit() with _exit() in signal handler (suggested by elfring@github.com)
* error checking on lseek in ReadLockFile (suggested by elfring@github.com)
* switch to 'libUseful-bundled' directory name to prevent confusion between bundled and installed libUseful
v4.0 (2025-01-26)
-----------------
* add -nopriv/-nosu/-P flag to prevent priviledge elevation on linux
* better debug/warning messages/logs
* added CHANGELOG
* added manpage
v3.0 (2023-07-26)
----------------
* add -R, -q -L -syslog options
v2.0 (2022-03-26)
-----------------
* final changes to run interval feature
* added -i option
v1.0 (2019-02-12)
-----------------
* moved configure.in to configure.ac, as the latter is apparently the correct naming convention
* rationalized command-line args. Bumped version to 1.0, as surely there's nothing more to be added to this after the '-C' option
* added -C (Close on Exec) option
* added -user and -group options