public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Albert Hopkins <marduk@letterboxes.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Deny flash to a specific user?
Date: Tue, 18 Nov 2008 23:06:52 -0500	[thread overview]
Message-ID: <1227067612.16932.5.camel@blackwidow.nbk> (raw)
In-Reply-To: <5bdc1c8b0811181729v5e92cc0fh701faab1b02bd869@mail.gmail.com>

On Tue, 2008-11-18 at 17:29 -0800, Mark Knecht wrote:
> Is there a way to do this using normal system configuration methods?
> Some group that controls access maybe?
> 
> Thanks,
> Mark
> 

Why do you want to do this? You could do something similar to:

        # groupadd flashusers
        # chgrp flashusers /opt/netscape/plugins/libflashplayer.so
        # chmod 0750 /opt/netscape/plugins/libflashplayer.so
        # gpasswd -a niceguy flashusers

However that doesn't prevent a user from installing their own version of
flash (mount -o remount,noexec /home might). But I don't understand why.
What is your justification for doing that?

-a





  reply	other threads:[~2008-11-19  4:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-19  1:29 [gentoo-user] Deny flash to a specific user? Mark Knecht
2008-11-19  4:06 ` Albert Hopkins [this message]
2008-11-19  9:54   ` Stroller
2008-11-19 10:05     ` Qian Qiao
2008-11-19 15:07       ` Michael Moore
2008-11-19 15:09         ` Qian Qiao
2008-11-21 12:39           ` Geralt
2008-11-21 16:22         ` emailjp79
2008-11-21 16:34           ` Mark Knecht
2008-11-21 16:50             ` Chris Thomas
2008-11-22  8:53             ` Brett Freer
2008-11-22 13:30               ` Mark Knecht
2008-11-23  5:21                 ` Brett Freer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1227067612.16932.5.camel@blackwidow.nbk \
    --to=marduk@letterboxes.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox