Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
On Thu, 2005-07-21 at 21:42 +1000, Russell Coker wrote:
> The attached patch is needed for correct functionality of ainit with the
> latest strict policy when running reasonably recent rawhide packages.
>
> Is this really what we want? Having a system process allocate shared memory
> that can be used by any user processes? Also it seems likely that other
> sound programs will need to access the shared memory in question.
Not a good idea. Look at nscd handling for its shmem interface; we use
an attribute to allow certain domains such access, but most domains are
limited to the socket IPC-based interface. This program should likewise
have some kind of fallback to an IPC-based interface if the shmem
interface isn't allowed.
--
Stephen Smalley
National Security Agency
|
| |