leoluk

Results 57 comments of leoluk

Proposal for an alternative, less intrusive approach to solve the "multiple accounts" part of this feature request: #401

> Do you have examples of such Gerrit setups? I think I've never come across such a setup. I know of one internal instance which works like that and uses...

> Does this also assume that you do a `git clone` via https? Does it also work when you use ssh? Yep - Git clone would be done via https...

Hey, any progress on this? This would be super useful to have, I regularly interact with different Gerrit servers. Is there a donation pool or bounty platform to contribute to?...

Happy to help with that. What combinations need testing for backwards compatibility?

Most browsers already use a custom IPC mechanism to open URLs in a running instance, and would probably overwrite argv[0] anyway.

One very simple workaround is to just add buf's cache directories as extra search paths: ![image](https://user-images.githubusercontent.com/859697/143273536-3ec5b7f7-157d-4c8f-a03b-306b90abb8a1.png)

If you want to avoid a reboot, stop the usbguard service, then set all default policies to 1: ``` for i in /sys/bus/usb/devices/**/authorized_default; do echo 1 > $i; done ```

The iptables-nftables wrapper does an excellent job at translating iptables to nftables rules and would only require minimal changes to support properly - perhaps this would be a good first...

I'm not seeing no such errors on CentOS 8 and firehol 3.1.6, despite an empty `/proc/net/ip_tables_names`.