Jan Pokorný
Jan Pokorný
Hmm, I was pasting the above example at the wrong location where it wasn't ever executed, which I -- not knowing what `last` means -- wasn't expecting... Anyway, see #70...
Great to see it's feasible :)
> Maybe usbguard-daemon could initialize IPC server with > `qb_ipcs_create("usbguard-XXXXXX",,,,)` to make libqb to use > `mkstemp()` for the files Sadly that won't work, since `XXXXXX` needs to be the...
Seems like misinterpretation of what I wrote. Understanding of the comment itself seems correct, however, and that's of merit here.
@guessi, you are right this was certainly unintended. Quick check discovered another instance of such a side-effect change: PR #424. On the other hand, this is a violation of unified...
That being said, if the maintainer deems appropriate, will fix the perms, indeed.
@guessi all in all, good spot, thanks!
Have just observed that again: ``` $ pcs resource list ``` ``` ^CTraceback (most recent call last): File "/usr/sbin/pcs", line 11, in load_entry_point('pcs==0.10.1', 'console_scripts', 'pcs')() File "/usr/lib/python3.7/site-packages/pcs/app.py", line 178, in...
Perhaps, but still the right balance needs to be found so as not alienate the primary audience (which maintainers of pcs are not). Use `SIGQUIT` for the latter so you...
Indeed, `resource status` would be just for a start, it could stand practically anywhere true resource `id` is requested. Another idea for the pattern: `%tag:TAG` (`TAG` is, again, further derivable...