Viewing profile — language
language
HN member- Joined
- Sat, Jan 02, 2016, 9:38 PM UTC
- HN karma
- 75
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About language
No profile information was provided.
Recent public activity
-
comment
Comment #16067714
iirc I think that the BPF JIT is disabled by default? Your kernel might be compiled with `CONFIG_BPF_JIT`, but I think the sysctl knob (`bpf_jit_enable`) is set to 0 by default. Al…
-
comment
Comment #16067295
Text and patch start here: https://lkml.org/lkml/2018/1/3/780 Also, see Linus' response here: https://lkml.org/lkml/2018/1/3/797
-
comment
Comment #15493587
Seems healthy leaving it to the user.
-
comment
Comment #15461143
Thanks for the clarification, although I recall messing with eBPF and kprobes before - pretty sure you can dereference pointers? editx2: Oh, guess seccomp doesn't use eBPF yet? Sup…
-
comment
Comment #15458383
I was under the impression that seccomp was a bit more flexible (via ptrace() and BPF fanciness) - although I guess you'd need other co-operating processes in userspace? I've only …
-
comment
Comment #15455375
How so? I understand they're different, but I thought there was some overlap. Don't LSMs work by hooking syscalls anyway?
-
comment
Comment #15454173
> Update: they just managed to get this done with stretch, released 4 months ago! That's only like 7 years late for a crucial actual security feature) Dunno, taking @revelation's w…
-
comment
Comment #15454028
There's some kind of bind here between "putting burden on end-users" and "putting burden on application developers." Either you (a) ship $LSM with some defaults that are necessaril…
-
comment
Comment #15453824
Huh, didn't know that Debian was missing ASLR. Any idea about the reasoning there?
-
comment
Comment #15347774
I can't tell. If you remember they became a platinum member of the Linux Foundation last year too.
-
comment
Comment #15333805
Ah, this is neat! Would be nice to have a script for this that you could just point at a local copy of the source tree too!
-
comment
Comment #15325743
Love Graphviz, been using it for some time now. It's kind of painful rendering large graphs. Does anyone know the particular reason why `dot` and friends only seem to take advantag…
-
comment
Comment #15312147
I've only dealt with this on Intel chipset HDMI - if I'm remembering correctly there's some part of the snd_hda_intel kernel modules you can blacklist in order to disable this.
-
comment
Comment #15299961
It applies to Macs. I think AMT is just one particular application/feature of ME. ME is a piece of hardware on Intel chipsets.
-
comment
Comment #15294378
Is difference (the distinction in question) something intrinsic to the world, or something imposed upon the world?
-
comment
Comment #15293889
>The problem of looking at human consciousness is similar to someone that knows little about computer processors pulling apart an I7 and trying to figure meaningful things about wh…
-
comment
Comment #15290654
> .. that perhaps 'our ability to think about the issue is constrained by our language' and '[consciousness] workings being inaccessible to introspection' are the same thing. I lik…
-
comment
Comment #15290432
> But our consciousness goes beyond simple self-awareness: having a theory of mind is a step beyond (and is realizing that others have a theory of mind a step beyond that?) That [a…
-
comment
Comment #15284699
Blade Runner means so much to me. I'm very glad that this is a thing, although, like with all sequels and re-interpretations of experiences that are near-and-dear to me, I'm strugg…
-
comment
Comment #15234005
I think DirtyCOW (CVE-2016-5195) had been dormant in the kernel for a long time. If I remember correctly the PoC demonstrated writing on root-owned files. Might be relevant. https:…
-
comment
Comment #15233563
If by class of bugs you mean "munging the stack," yes - but the difference is in the effect on integrity of the total system. In monolithic kernels, if an attacker can monopolize o…
-
comment
Comment #14791375
"Machine learning models have no access to such experiences and thus cannot "understand" their inputs in any human-relatable way" It may be that distinctions like the one you're de…
-
comment
Comment #14753110
However, as we are all now beginning to discover, the employment of ‘feedback loops’ are creating one of the most mind-boggling new capabilities for automation. This is not hyperbo…
-
comment
Comment #14739851
> one could imagine a boot loader that loads the main unikernel at a random address, sets up page tables with NX, and then makes a one-way transition to ring 3 True - I suppose I'm…
-
comment
Comment #14738956
Just like an operating-system executes processes, a VMM executes unikernels. An operating system is responsible for randomizing the layout of processes in memory. Shouldn't the act…