Re: [dev] Re: [slock] Need help working on the project

2019-04-14 Thread Enan Ajmain
Thanks guys. It's really helpful. I think I can figure it out now. On Sun, Apr 14, 2019 at 4:15 PM opal hart wrote: > > > I don't know if I am allowed to reply to this email > > I don't see why you wouldn't be allowed. > > > The executable, slock, needs suid of root to be run. That's why I > > ca

Re: [dev] Re: [slock] Need help working on the project

2019-04-14 Thread opal hart
> I don't know if I am allowed to reply to this email I don't see why you wouldn't be allowed. > The executable, slock, needs suid of root to be run. That's why I > can't just put a `sudo` before `./slock` and run the program. If I do, > then I get "Make sure to suid or sgid slock." So, I change

[dev] Re: [slock] Need help working on the project

2019-04-14 Thread Enan Ajmain
Hi, I don't know if I am allowed to reply to this email, but I thought I should make things clear if that would make the problem more suitable for you guys to understand. The executable, slock, needs suid of root to be run. That's why I can't just put a `sudo` before `./slock` and run the program