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

Bug 233339

Summary: sys-fs/cryptmount-3.1_alpha2 ebuild
Product: Gentoo Linux Reporter: Steffen 'j0inty' Stollfuß <j0inty>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq#HowamIsupposedtoreportabugforthisoverlay
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: cryptmount-3.1_alpha2.ebuild
cryptmount-3.1_alpha2-makefile.in.patch

Description Steffen 'j0inty' Stollfuß 2008-07-30 01:11:52 UTC
Hi,

I wrote an ebuild for cryptmount 3.1alpha2.

[desc]
cryptmount is a utility for GNU/Linux operating systems which allows an ordinary user to mount an encrypted filing system without requiring superuser privileges. It is aimed at recent Linux systems using the 2.6 kernel series. 

There are currently two main approaches to using encrypted filesystems within the linux kernel:

    * the cryptoloop device driver;
    * the device-mapper system, using the dm-crypt target.
[/desc]

Reproducible: Always
Comment 1 Steffen 'j0inty' Stollfuß 2008-07-30 01:15:09 UTC
Created attachment 161680 [details]
cryptmount-3.1_alpha2.ebuild

This ebuild use 3 use-flags:

ssl - add OpenSSL "emulator" support [OpenSSL support stop by this project]
luks - using of LUKS
nls - native language support
Comment 2 Steffen 'j0inty' Stollfuß 2008-07-30 01:16:23 UTC
Created attachment 161681 [details, diff]
cryptmount-3.1_alpha2-makefile.in.patch

Correct the directory check for /usr/sbin, else it fail while sandbox installation.