diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-12-21 22:18:24 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-12-21 22:18:24 +0000 |
commit | 79a39158c57037a2589defd0c8f2485fa88f8e16 (patch) | |
tree | ca42cd27e516cabee345cdd46550b0b5aa551a9d /hurd | |
parent | fdcc65f2ce8784cf09b4fa81f458b7826fbdda86 (diff) |
web commit by NealWalfield: Create page.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/security.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/hurd/security.mdwn b/hurd/security.mdwn new file mode 100644 index 00000000..de75853d --- /dev/null +++ b/hurd/security.mdwn @@ -0,0 +1,25 @@ +[[meta copyright="Copyright é 2007 Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]] + +Alan Karp [identifies][1] 11 security questions: + + [1]: http://www.eros-os.org/pipermail/cap-talk/2007-December/009460.html + + * Authentication Who am I talking to? + * Authorization What should I be able to do? + * Audit Who did that? + * Access control Should this request be honored? + + * Non-repudiation Can I pretend I never said that? + * Confidentiality Can others see what I'm seeing? + * Privacy Can others see that I'm seeing it? + * Integrity Can this data be changed? + * Anonymity Can others find out who I am? + + * Denial of service Can I be assured of access? + * Physical security Who can touch it? |