Luuk Hendriks

Results 10 comments of Luuk Hendriks

I'm experiencing a similar issue, though I'm not using WSL. For me Firefox is involved: - copying from alacritty, pasting into alacritty: works as expected - copying from Firefox, pasting...

I needed this as well for longest_match and came up with a very rudimentary version in https://github.com/zesplot/treebitmap/tree/longest_match_mut It lacks tests and documentation, as I'm not sure whether this (i.e., repeating...

>At the start of each validation run, the store deletes the stored status so that the initial no-update validation run only happens if the data set in the store is...

We'll postpone this to after 0.2 because of other pending refactors that might affect these parts.

Hi Jagadeesh, We are updating our planning for the next months this week so I hope to be able to give you a more detailed answer soon, but for now...

With the new HTTP API in place in 0.5.0, we can start experimenting with such functionality. I'm specifically thinking the 'function' parameter family on the routes endpoint could be a...

`# sealert -a /var/log/audit/audit.log` gives ``` SELinux is preventing /usr/bin/rotonda from using the execheap access on a process. ***** Plugin allow_execheap (53.1 confidence) suggests ******************** If you do not think...

This works, but we should be able to make this a bit more fine-grained I suppose: ``` setsebool -P selinuxuser_execheap 1 ```

``` ausearch -m avc,user_avc -ts today -i | audit2allow -M myrotonda ``` produces a `myrotonda.pp` (binary policy mod) and `myrotonda.te` containing: ``` module myrotonda 1.0; require { type unconfined_t; type...

That might have been to broad, disabling the module above via `semodule -d myrotonda` and trying start it again (so it fails like before) gives a cleaner log to work...