Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239435 - [new package] sys-apps/9mount-1.3
Summary: [new package] sys-apps/9mount-1.3
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: http://sqweek.dnsdojo.org/code/9mount/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 14:19 UTC by Magnus Deininger
Modified: 2011-12-30 21:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
9mount-1.3.ebuild (9mount-1.3.ebuild,325 bytes, text/plain)
2008-10-03 14:20 UTC, Magnus Deininger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Deininger 2008-10-03 14:19:23 UTC
[Description straight off the project's website:]

9mount is a set of SUID mounting tools for use with v9fs to help cope with linux's poor mount support (I have to be root? Hostnames are only resolved for nfs?). It also gives dial string support and defaults to 9p2000.

The tools offer a level of security - 9mount will only let you mount over non-sticky directories you have write access to (no mounting over /tmp), and 9umount won't let you unmount partitions mounted by someone else, unless the mount point happens to be in your home directory.
Comment 1 Magnus Deininger 2008-10-03 14:20:56 UTC
Created attachment 167091 [details]
9mount-1.3.ebuild

This is a proposed ebuild that I have added to my portage overlay for the time being.
Comment 2 klz 2011-12-30 21:29:47 UTC
Comment on attachment 167091 [details]
9mount-1.3.ebuild

>DESCRIPTION="A set of SUID mounting tools for use with v9fs."
>HOMEPAGE="http://sqweek.dnsdojo.org/code/9mount/"
>SRC_URI="http://sqweek.net/9p/${P}.tar.gz"
>
>LICENSE="ISC"
>SLOT="0"
>KEYWORDS="~x86 ~amd64"
>
>src_compile() {
>	sed -i -e 's|prefix=.*|prefix='${D}/${ROOT}'|' Makefile
>	make
>}
>
>src_install() {
>	make install
>}

Download url changed.