-
Notifications
You must be signed in to change notification settings - Fork 0
/
subsystems.json
52 lines (52 loc) · 1.57 KB
/
subsystems.json
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
42
43
44
45
46
47
48
49
50
51
52
{
"capsicum": {
"deprecated": null,
"link": "https://wiki.freebsd.org/Capsicum",
"sources": [
"https://man.freebsd.org/cgi/man.cgi?capsicum(4)",
"https://man.freebsd.org/cgi/man.cgi?cap_enter(2)"
]
},
"jsm": {
"deprecated": "deprecated",
"link": "https://docs.oracle.com/javase/tutorial/essential/environment/security.html",
"sources": [
"https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/SecurityManager.html"
]
},
"landlock": {
"deprecated": null,
"link": "https://docs.kernel.org/userspace-api/landlock.html",
"sources": [
"https://man7.org/linux/man-pages/man7/landlock.7.html",
"https://man7.org/linux/man-pages/man2/landlock_create_ruleset.2.html",
"https://man7.org/linux/man-pages/man2/prctl.2.html",
"https://man7.org/linux/man-pages/man2/PR_SET_NO_NEW_PRIVS.2const.html"
]
},
"pledge": {
"deprecated": null,
"link": "https://man.openbsd.org/pledge",
"sources": [
"https://man.openbsd.org/pledge"
]
},
"seatbelt": {
"deprecated": "deprecated",
"sources": [
"https://www.manpagez.com/man/7/sandbox/",
"https://www.manpagez.com/man/3/sandbox_init/"
]
},
"seccomp": {
"deprecated": null,
"link": "https://docs.kernel.org/userspace-api/seccomp_filter.html",
"sources": [
"https://man7.org/linux/man-pages/man2/seccomp.2.html",
"https://man7.org/linux/man-pages/man2/prctl.2.html",
"https://man7.org/linux/man-pages/man2/PR_SET_NO_NEW_PRIVS.2const.html",
"https://man7.org/linux/man-pages/man2/PR_SET_SECCOMP.2const.html",
"https://man7.org/linux/man-pages/man2/bpf.2.html"
]
}
}