irmen / Pyro4

Pyro 4.x - Python remote objects

Home Page:http://pyro4.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to run flame in firejail

traverseda opened this issue · comments

https://firejail.wordpress.com/

This looks like it would allow you to use flame safely. Also puns.

Why should we add this option in Pyro itself? Isn't it as simple as running:

$ PYRO_FLAME_ENABLED=1 firejail python3 -m Pyro4.utils.flameserver

(or something like that)

Hmm, looks like. I'll give it a shot.

The pun is a good one though

Once I finish my current thing I'll try using firejail, and do a PR to add it to the documentation.

closing this issue for now then.