Package Details: pmount 0.9.23-17

Git Clone URL: https://aur.archlinux.org/pmount.git (read-only, click to copy)
Package Base: pmount
Description: mount removable devices as normal user
Upstream URL: https://salsa.debian.org/debian/pmount
Licenses: GPL2
Submitter: Barthalion
Maintainer: ralphptorres
Last Packager: ralphptorres
Votes: 96
Popularity: 0.000000
First Submitted: 2012-12-12 19:55 (UTC)
Last Updated: 2025-03-12 04:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

<deleted-account> commented on 2012-12-21 03:05 (UTC)

I agree with patroclo7: just add "/usr/bin/install -dm755 -o root -g root /media" to package(). In addition to that: 1. Please add the patch from https://alioth.debian.org/tracker/download.php/31157/412979/313576/4753/fix-pmount-segfault.diff to fix a segfault when running with --debug, i.e. include "patch -Np1 -i ${srcdir}/fix-pmount-segfault.diff" before ./configure in build() 2. Given that pmount is a suid binary, all possible precautions must be made. I usually do a hardened build with PIE support. In my build() function I have export CFLAGS="${CFLAGS} -fPIE -pie" export CXXFLAGS="${CXXFLAGS} -fPIE -pie" which produces a shared object, not an executable. Thanks!

<deleted-account> commented on 2012-12-13 16:48 (UTC)

I may be missing something obvious, but isn't a straightforwad, safe solution for task 32897 to add the /media folder JUST in pmount? Archlinux have dropped /media from its filesystem, but pmount uses it: then it should be moved from the filesystem package to the pmount package. What's wrong?

simon04 commented on 2012-12-12 22:57 (UTC)

0.9.23-5: add bash completion support, https://bugs.archlinux.org/task/31071 to be considered: https://bugs.archlinux.org/task/32897