Re: How to use "setuid-program"?

2021-09-03 Thread Julien Lepiller
Instead of the cold reply, here's an explanation. The /manual corresponds to the stable manual (1.3), and /manual/devel to the current manual. You will find the links on the website if you hover the help menu. You can also use "info guix" locally to get the mamual matching the current guix you

Re: How to use "setuid-program"?

2021-09-03 Thread Tobias Geerinckx-Rice
Hi Matthew, Matthew Brooks 写道: The actual manual, however, still lists the old way as the way to do it. No: . Which one are you consulting? Kind regards, T G-R signature.asc Description: PGP signature

How to use "setuid-program"?

2021-09-03 Thread Matthew Brooks
The old way of doing setuid programs: (setuid-programs (cons #~(string-append #$slock "/bin/slock") %setuid-programs ) ) now gives a deprecation warning as follows: >warning: representing setuid programs with file-like objects is deprecated; >use 'setuid-program' instead The