Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Deny flash to a specific user?
Date: Wed, 19 Nov 2008 04:06:55
Message-Id: 1227067612.16932.5.camel@blackwidow.nbk
In Reply to: [gentoo-user] Deny flash to a specific user? by Mark Knecht
1 On Tue, 2008-11-18 at 17:29 -0800, Mark Knecht wrote:
2 > Is there a way to do this using normal system configuration methods?
3 > Some group that controls access maybe?
4 >
5 > Thanks,
6 > Mark
7 >
8
9 Why do you want to do this? You could do something similar to:
10
11 # groupadd flashusers
12 # chgrp flashusers /opt/netscape/plugins/libflashplayer.so
13 # chmod 0750 /opt/netscape/plugins/libflashplayer.so
14 # gpasswd -a niceguy flashusers
15
16 However that doesn't prevent a user from installing their own version of
17 flash (mount -o remount,noexec /home might). But I don't understand why.
18 What is your justification for doing that?
19
20 -a

Replies

Subject Author
Re: [gentoo-user] Deny flash to a specific user? Stroller <stroller@××××××××××××××××××.uk>