netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.8k stars 567 forks source link

keep sound with --private-dev #467

Closed suedi closed 8 years ago

suedi commented 8 years ago

Get no sound with icecat when using --private-dev

Guess icecat cannot find /dev/snd ?

can you whitelist devices somehow?

Also got error something like "gnu tls cannot get random"

Does sound like it could effect security if random numbers cannot be generated? Could you say something about that?

netblue30 commented 8 years ago

The whole purpose of --private-dev is to disable sound, video cameras and other fancy user devices. Use it mainly for servers, pdf readers and such. Whitelisting is supported for /dev directory.

"gnu tls cannot get random": I have no idea where is coming from, --private-dev creates /dev/random and /dev/urandom.

suedi commented 8 years ago

Thanks for info

closing...