summaryrefslogtreecommitdiff
path: root/lib/idpriv.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-06-11 19:15:42 +0200
committerBruno Haible <bruno@clisp.org>2009-06-11 19:15:42 +0200
commitf4b65cf4d3c0db3a822ace20e00bb8971234fbbf (patch)
tree1b07b1aa9213baa901fe710ada1f3b9dbf531159 /lib/idpriv.h
parent7df783756914870b1aa88754d327b6b62f45f2df (diff)
downloadgnulib-f4b65cf4d3c0db3a822ace20e00bb8971234fbbf.tar.gz
Add more references.
Diffstat (limited to 'lib/idpriv.h')
-rw-r--r--lib/idpriv.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/idpriv.h b/lib/idpriv.h
index 906627b590..bfa83edfc9 100644
--- a/lib/idpriv.h
+++ b/lib/idpriv.h
@@ -72,9 +72,17 @@ extern "C" {
you should better stay away from this approach.
*/
-/* For more in-depth discussion of these topics, see the paper
- Hao Chen, David Wagner, Drew Dean: Setuid Demystified
- <http://www.usenix.org/events/sec02/full_papers/chen/chen.pdf> */
+/* For more in-depth discussion of these topics, see the papers/articles
+ * Hao Chen, David Wagner, Drew Dean: Setuid Demystified
+ <http://www.usenix.org/events/sec02/full_papers/chen/chen.pdf>
+ * Dan Tsafrir, Dilma da Silva, David Wagner: The Murky Issue of Changing
+ Process Identity: Revising "Setuid Demystified"
+ <http://www.eecs.berkeley.edu/~daw/papers/setuid-login08b.pdf>
+ <http://code.google.com/p/change-process-identity/>
+ * Dhruv Mohindra: Observe correct revocation order while relinquishing
+ privileges
+ <https://www.securecoding.cert.org/confluence/display/seccode/POS36-C.+Observe+correct+revocation+order+while+relinquishing+privileges>
+ */
/* For approach 2. */