Sean

Results 5 comments of Sean

I've created #370 which implements this as a config option you can add to your composer.json.

Is there anything I should do to get this reviewed?

Given that `ensure_root()` is this: ``` def ensure_root(): if os.geteuid() != 0: raise ImportError('You must be root to use this library on linux.') ``` unless you edit that file as...