mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix some comments in sandbox.c
Closes ticket 19942; patch from "cypherpunks"
This commit is contained in:
parent
6ca87e393b
commit
40d05983c4
@ -838,7 +838,7 @@ sb_epoll_ctl(scmp_filter_ctx ctx, sandbox_cfg_t *filter)
|
||||
}
|
||||
|
||||
/**
|
||||
* Function responsible for setting up the fcntl64 syscall for
|
||||
* Function responsible for setting up the prctl syscall for
|
||||
* the seccomp filter sandbox.
|
||||
*
|
||||
* NOTE: if multiple filters need to be added, the PR_SECCOMP parameter needs
|
||||
@ -859,7 +859,7 @@ sb_prctl(scmp_filter_ctx ctx, sandbox_cfg_t *filter)
|
||||
}
|
||||
|
||||
/**
|
||||
* Function responsible for setting up the fcntl64 syscall for
|
||||
* Function responsible for setting up the mprotect syscall for
|
||||
* the seccomp filter sandbox.
|
||||
*
|
||||
* NOTE: does not NEED to be here.. currently only occurs before filter; will
|
||||
|
Loading…
Reference in New Issue
Block a user