On Sun, Sep 13, 2009 at 11:52:28AM +1000, Jason White wrote: > Package: pwsafe > Version: 0.2.0-3 > Severity: normal > > > Pwsafe issues warnings about its not being a setuid binary. However, since > kernel 2.6.8, according to the mlock(2) manual page, the mlock() function is > available to unprivileged processes within limits that can be specified by > ulimit. > > Pwsafe should silently lock the memory without having to be setuid on newer > systems.
Pwsafe does the right thing here. mlock default limit is 64K, and pwsafe binary requests (on my system) 69K. After increase the memlock limit, there are no warnings anymore. Can you verify that you have set the limits appropriately? regards, iustin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org