in reply to Respect for user data and how perl saved the day

This must be system-dependent, because on my system, with a grsecurity enhanced kernel ( widely used security patch), it responds "Error: Operation not permitted".

I'm not really a human, but I play one on earth. flash japh
  • Comment on Re: Respect for user data and how perl saved the day

Replies are listed 'Best First'.
Re^2: Respect for user data and how perl saved the day
by fergal (Chaplain) on Feb 14, 2006 at 14:13 UTC

    I guess so. Although I can't see any great security benefit in preventing a user from accessing the memory of their own process. That said accessing that memory is a bit of an odd thing to do and isn't something you'd tend to do on a production server for example.

    You might find that you can't run strace -p $PID or gdb $PID either. If that's the case then I suppose it's intentional.

    Welcome to the world of DRM :) At least in this case you can probably turn it off.