On Fri, Sep 11, 2009 at 7:24 PM, Mark Knecht <markkne...@gmail.com> wrote: > Is it possible to shut off all multimedia stuff for a single account? > It's doesn't have to be securely off, just off, so if it cannot be > done by meddling with group membership then doing something in a root > owned bash file that executes when the user logs in even that's fine > with me. (Uh - even I don't know much about what Linux/Gnome does when > a user logs in so I'll get to learn a bit also!) > > I've removed the user account from the audio, video and games groups. > When playing YouTube stuff sound is gone but the Flash video is still > there. Can I stop that from working. maybe by changing paths if > there's not an easier way to do it?
Is the user a willing participant? If so, I think you can use NoScript/FlashBlock to block that kind of stuff with success. If you don't want someone to play video, you'll not only need to block the browser plugins, but any software on the company capable of playing video (such as mplayer, xine, etc). Massimo's suggestion of altering the file modes to remove read access from that user sounds good. Maybe it would be easier with ACLs so you can specifically deny that one user access. But I've never used ACLs so I can't say for sure it would be easier. :)