Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 239435

Summary: [new package] sys-apps/9mount-1.3
Product: Gentoo Linux Reporter: Magnus Deininger <dma05>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sqweek.dnsdojo.org/code/9mount/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 9mount-1.3.ebuild

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.