diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-10 12:22:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-10 12:22:01 -0400 |
commit | 4f42c923d61655235ebbae82f64106ecff9458d7 (patch) | |
tree | 10246207ad5003f7c6ba40a64af0dbb7801af41f /src/lib/process/restrict.c | |
parent | 4793d913503f9349ca4b57d77a47bd1bbceecfe5 (diff) | |
download | tor-4f42c923d61655235ebbae82f64106ecff9458d7.tar.gz tor-4f42c923d61655235ebbae82f64106ecff9458d7.zip |
File-level summary documentation for src/lib/*/*.[ch]
Diffstat (limited to 'src/lib/process/restrict.c')
-rw-r--r-- | src/lib/process/restrict.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/process/restrict.c b/src/lib/process/restrict.c index bb44cc3d15..fc1a308806 100644 --- a/src/lib/process/restrict.c +++ b/src/lib/process/restrict.c @@ -3,6 +3,11 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file restrict.c + * \brief Drop privileges from the current process. + **/ + #include "orconfig.h" #include "lib/process/restrict.h" #include "lib/intmath/cmp.h" |