From 79a39158c57037a2589defd0c8f2485fa88f8e16 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Fri, 21 Dec 2007 22:18:24 +0000 Subject: web commit by NealWalfield: Create page. --- hurd/security.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 hurd/security.mdwn (limited to 'hurd/security.mdwn') 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? -- cgit v1.2.3