| Summary: | sys-fs/cryptmount-3.1_alpha2 ebuild | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Steffen 'j0inty' Stollfuß <j0inty> |
| Component: | New packages | Assignee: | 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 |
||
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
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.
|
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