RageLtMan

Results 345 comments of RageLtMan

@andyrj: any chance of this being pushed into the official kernel-hardening mailing list or this project? Any chance you could update it for 4.14? Tried getting it to merge with...

Does the [SARA RFP](http://kernel-hardening.openwall.narkive.com/t30kEpxc/patch-00-11-s-a-r-a-a-new-stacked-lsm) meet this req? New LSM specifically targeting this aspect (and i think some level of device filtering).

Thanks for the disambiguation. You don't happen to have that exception mode patch or commit somewhere do you?

Thank you! Mprotect with containers has been less than fun, especially with ro fs' for a bunch of the storage implementations.

ping @moznion - could you please take a peek at my last commit? i'm messing something up here, the test client says that my response message authenticator is wrong: ```shell...

@moznion - is it possible that `md5::compute` is not correct and what we actually need is `Hmac` as a new type here?

> > ping @moznion - could you please take a peek at my last commit? i'm messing something up here, the test client says that my response message authenticator is...

So looks like other dedicated souls with apparent inclinations toward masochism have done this, but there's not exactly a boatload of example code for us to use. Erlang's `eradius` seems...

@moznion - any luck on your end divining what i may have done wrong here? I should have a couple of cycles today to get back into it, hoping for...

@moznion: i've tried a few approaches pulled from Erlang, Python, and C++ code found on GH but they all use different inputs and structural trickery to create the HMAC, they...