Oh, Thanks! I did not know about the "make install" thing, I was just building it.
On Tue, Jul 08, 2014 at 04:19:41PM +0200, Danilo wrote: > Hi Amadeus > > Am Di, 8. Jul 2014, um 16:08, schrieb Amadeus Folego: > > I also can't use it as non-root, how did you solve it? > > You need to change the owner of the binary to "root" and set the suid > bit: > > $ sudo chown root slock > $ sudo chmod u+s slock > > If you use "make install", this happens automatically. > > Cheers, > Danilo >
