Viewing profile — badalex
badalex
HN member- Joined
- Sun, Nov 02, 2014, 5:52 AM UTC
- HN karma
- 8
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About badalex
[ my public key: https://keybase.io/badalex; my proof: https://keybase.io/badalex/sigs/WOtEYC9lkVH-oBGWgZ3CGGd9bdOFmdw6XcMDBGGpSHc ]
Recent public activity
-
comment
Comment #11537814
Sure, use a language that has access to some kind of shared global variable. For example %_SHARED in plperl: Something like: CREATE OR REPLACE FUNCTION set_foo(name text) returns v…
-
comment
Comment #10537573
It's not much different than seccomp/systrace/apparmor/grsec rbac/selinux in that regard. It's per process. So sure, if the plugin forks it could pledge(). Much the same way the pl…
-
comment
Comment #10537466
For fun I made a perl web app use this. Much simpler than systace or seccomp. I use the path argument as simple form of chroot(2). Previously I had to create a vnd (think loopback …
-
comment
Comment #9467489
8,500 unique IP addresses during 7 months. How is this not trivial?
-
comment
Comment #8545790
I grew up on linux as well (still use arch at work and at home). But for anything serious, use OpenBSD. Its just great.