Rahul Sandhu

Results 41 comments of Rahul Sandhu

As for `entrusting ourselves to do it right`, the main concern surrounds file descriptors. That is why I'm a little worried about the log interface. We don't want to leave...

Alright I think I've got this working as desired now. I've just made a function `selinux_transition` that is above `dinit_main` for now so you can take a look, if you'd...

(just updated an error message as i'm not longer using `setexeccon_raw(3)` and removed a close as i am no longer opening something else). Should be ready for review now

Just fixed another silly mistake, forgot to chance `0` and `1` to `true` and `false` as I changed the return type to a `bool` as you suggested. My apologies, actually...

> Could you remove the "Draft:" status if it's ready? I'll get to it when I can. Will do > I can commit to that, but would also be happy...

Done. Just need to also document the `--disable-selinux` flag in the man pages, doing that now

Appear to have some build system errors with the Makefile, taking a look.

Sorry about that, the build worked after running the configure script and with meson so I didn't notice it. Should be working now