Existing POSIX security functionality is inadequate for an increasing number of situations and applications. There must be certain minimal functionality and interfaces built into POSIX so that security mechanisms can be implemented without adversely affecting applications portability.[from an anonymous source]
Posix.1e is a standards paper describing security extensions to Posix and surely better than nothing when it comes to security. Many security experts have put work into it over many years and so it's ideas should at least be considered. For example, one such idea is to bind privileges to processes instead of UIDs. That allows you to start daemons like named under a different UID than root.
Recent messages on bugtraq like "Unix kernel changes" indicate that people partly try to re-invent the wheel of Posix.1e: which changes could be done to a Unix kernel to achieve a more secure system? One thing is clear: such changes ("extensions") must be standarized in order to allow portability. Only if features are identical accross many platforms, developers will widely use them in their software. That is the goal of Posix.
Of course, new tools are no substitute for fixing broken software, as broken software is often still on a domain boundary to restrict access to files, etc. However, from the statistical point of view, there is always a certain percentage of broken software on a system. You simply don't know it yet. If the security extensions for Posix provide you with some mechanisms, which limit the damage until you fix a security hole, it is a clear advantage. And granting privileges to applications for which you don't have the sources, comes into mind, too.
He writes: "An archive of this list is available as a shared IMAP folder at {cyrus.watson.org}lists.sec.posix1e and can be accessed by providing anonymous as the username, and your email address as the password. If an alternative mechanism for accessing the archive is desired, such as a web page, that can probably be arranged."
"I discovered a number of inconsistencies in the Audit component of the specification; making sure we all resolve these types of problems in the same way is important. As extensions are added to fill some of the gaps in .1e functionality, keeping those consistent across platforms would also be useful. Similarly, as test suites are developed for components, sharing these test suites helps all implementors. As applications become available that know how to make use of POSIX.1e, this forum might be a useful place to continue discussion of issues relevant to the task."
Another goal of the mailinglist is to come around the lack of publically downloadable documentation (see below).
This is the definition of Posix.1e taken from the standards paper:
The work is heavily influenced by US DoD Orange Book terminology and thinking. The official terms are "IEEE 1003.1e" or "Posix.1e". Older terms (which one should avoid) are "P1003.1e" and "Posix.6".
About the related standard Posix.2c taken from the standards paper:
P1003.1e (Security APIs)
P1003.2c (Security Command and Utilities)
http://wt.xpilot.org/publications/posix.1e/download.html
ftp://ftp.guardian.no/pub/free/linux/capabilities/capfaq.txt
http://www.progressive-comp.com/Lists/?l=linux-kernel&s=Capabilities+morgan
http://www.progressive-comp.com/Lists/?l=linux-kernel&s=Capabilities+astor
Robert Watson <robert!cyrus.watson.org>
Andrew Morgan <morgan!transmeta.com>
Aleph One <aleph1!UNDERGROUND.ORG>