mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Decode chroot(2) args.
Approved by: re
This commit is contained in:
parent
7a06fe49dc
commit
3969f0fa13
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ struct syscall syscalls[] = {
|
|||
{ { String, 0 }}},
|
||||
{ "chdir", 0, 1,
|
||||
{ { String, 0 }}},
|
||||
{ "chroot", 0, 1,
|
||||
{ { String, 0 }}},
|
||||
{ "mknod", 0, 3,
|
||||
{ { String, 0 }, { Octal, 1 }, { Int, 3 }}},
|
||||
{ "chmod", 0, 2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue