From f0e9e162a3f8af42cc3366d44c334c153a46f553 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 12 Nov 2008 21:22:30 +0100 Subject: Niches: Nice stuff: 'addauth'. --- community/weblogs/ArneBab/niches_for_the_hurd.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/community/weblogs/ArneBab/niches_for_the_hurd.mdwn b/community/weblogs/ArneBab/niches_for_the_hurd.mdwn index 2b3ecc32..8b6c4226 100644 --- a/community/weblogs/ArneBab/niches_for_the_hurd.mdwn +++ b/community/weblogs/ArneBab/niches_for_the_hurd.mdwn @@ -145,6 +145,14 @@ aren't possible. - Other useful stuff: * Install deb-packages from an ftp server via 'dpkg -iO ftp://foo/bar/*.deb' * remount a filesystem readonly as regular user: fsysopts /foo -r + * give a process additional group and user permissions at runtime: + $ groups + root + $ ps -L # gives me the PID of my login bash -> bashPID + ... + $ addauth -p bashPID -g mail + $ groups + root mail - Having a complete GNU System (but not yet on every hardware, and only about half the software Debian offers has been ported). -- cgit v1.2.3