aports/testing/udevil/udevil.pre-install
Stuart Cardall f78426d779 testing/udevil: new aport
the build server will need the plugdev group for chown to succeed

udevil is an alternative to udisks:
https://ignorantguru.github.io/udevil/

Mount / unmount removable devices without being root (also mounts
ISO / nfs://, smb://, ftp://, ssh:// WebDAV URLs, and tmpfs/ramfs.

SUID bit removed & tested as in & out of the plugdev group.
2015-05-05 06:54:39 +00:00

5 lines
50 B
Bash

#!/bin/sh
addgroup -S plugdev 2>/dev/null
exit 0