Vasili Novikov

Results 122 comments of Vasili Novikov

I've documented X11 access restriction [here](https://github.com/vn971/rua/blob/master/docs/x11access.md).

This seems too complex for an already not-so-standard `--offline` flag. What we _could_ do, however, is we could run `makepkg --printsrcinfo` to get parseable information from the PKGBUILD. And then...

1. this is a regression because of the (very unfortunate) https://github.com/vn971/rua/issues/48 It is reverted by now, and this part is fixed 2. I tested it right now. If I understand...

So to summarize, the only danger for `pacman -U` in relation to asdeps/asexplicit, is re-installing an explicit package as deps. RUA never re-installs anything unless the package itself is built...

Since both potential problems are apparently not touching the tool, closing.

Hi @sadsumi ! This probably happened due to, indeed, making a "disallowed" system call. `rua` forbids certain system calls for security reasons, see this list if you want to know...

Sounds like pretty nice package though, it's a bummer that the system calls don't match the expectations. Even curious what was denied after all

If you know how to configure kernel audit and grep for system call deny's, I'd be curious to learn. However, I can't provide full guidance here, and there's a big...