Acme SAC's file tree is read-only, with the exception of /tmp and /usr.
Operating systems like Mac OS X and Linux often need to install programs in
locations where
not all users have permission to write. This makes it difficult to maintain
multiple user directories
in Acme SAC's file system, and it opens Acme SAC up to potential security
problems.
The attached patch creates a directory called 'acme-home' in the user's home
directory on the
host operating system and binds $home/acme-home to /usr/me and
$home/acme-home/tmp
to /tmp. This makes Acme SAC's file system truly read-only and makes it
possible for multiple
users to share one Acme SAC installation.
This patch has been tested under Mac OS X and Linux. Windows testing is needed.
--underspecified
Original issue reported on code.google.com by underspe...@gmail.com on 25 Oct 2007 at 4:16
Original issue reported on code.google.com by
underspe...@gmail.com
on 25 Oct 2007 at 4:16Attachments: