mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix up include paths for sandbox.h (automated)
This commit is contained in:
parent
bee580ddba
commit
55b7939367
@ -129,7 +129,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt)
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/wallclock/tm_cvt.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
|
||||
/** As open(path, flags, mode), but return an fd with the close-on-exec mode
|
||||
* set. */
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "common/compat.h"
|
||||
#include "common/confline.h"
|
||||
#include "common/memarea.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "common/storagedir.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "common/util.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/fdio/fdio.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "lib/err/backtrace.h"
|
||||
#include "common/util_process.h"
|
||||
#include "common/util_format.h"
|
||||
|
@ -67,7 +67,7 @@ ENABLE_GCC_WARNING(redundant-decls)
|
||||
#include "lib/crypt_ops/aes.h"
|
||||
#include "common/util.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "common/util_format.h"
|
||||
|
||||
#include "keccak-tiny/keccak-tiny.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "common/compat.h"
|
||||
#include "lib/crypt_ops/compat_openssl.h"
|
||||
#include "lib/crypt_ops/crypto_util.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "lib/testsupport/testsupport.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "common/util.h"
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "lib/container/map.h"
|
||||
#include "lib/err/torerr.h"
|
||||
#include "lib/log/torlog.h"
|
||||
|
@ -98,7 +98,7 @@
|
||||
#include "or/hs_config.h"
|
||||
#include "or/rephist.h"
|
||||
#include "or/router.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "common/util.h"
|
||||
#include "or/routerlist.h"
|
||||
#include "or/routerset.h"
|
||||
|
@ -102,7 +102,7 @@
|
||||
#include "or/routerlist.h"
|
||||
#include "or/transports.h"
|
||||
#include "or/routerparse.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
|
@ -63,7 +63,7 @@
|
||||
#include "or/relay.h"
|
||||
#include "or/router.h"
|
||||
#include "ht.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
|
||||
#include "or/edge_connection_st.h"
|
||||
#include "or/or_circuit_st.h"
|
||||
|
@ -111,7 +111,7 @@
|
||||
#include "common/util_process.h"
|
||||
#include "or/ext_orport.h"
|
||||
#include "common/memarea.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
|
||||
#include <event2/event.h>
|
||||
|
||||
|
@ -119,7 +119,7 @@
|
||||
#include "or/routerlist.h"
|
||||
#include "or/routerparse.h"
|
||||
#include "or/routerset.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "or/torcert.h"
|
||||
|
||||
#include "or/dirauth/dirvote.h"
|
||||
|
@ -74,7 +74,7 @@
|
||||
#include "or/routerkeys.h"
|
||||
#include "or/routerlist.h"
|
||||
#include "or/routerparse.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "or/shared_random_client.h"
|
||||
#include "or/torcert.h"
|
||||
#include "or/voting_schedule.h"
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "or/main.h"
|
||||
#include "or/rephist.h"
|
||||
#include "or/router.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "or/statefile.h"
|
||||
|
||||
/** A list of state-file "abbreviations," for compatibility. */
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "or/main.h"
|
||||
#include "test/log_test_helpers.h"
|
||||
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
#include "common/memarea.h"
|
||||
#include "or/policies.h"
|
||||
#include "test/test_helpers.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "common/util.h"
|
||||
#include "lib/net/address.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "common/sandbox.h"
|
||||
#include "lib/sandbox/sandbox.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user