bug#44770: [PATCH v2 2/2] services: Migrate to .

2021-06-20 Thread Brice Waegeneire
* gnu/services/dbus.scm (dbus-setuid-programs, polkit-setuid-programs): Return setuid-programs. * gnu/services/desktop.scm (enlightenment-setuid-programs): Return setuid-programs. (%desktop-services)[mount-setuid-helpers]: Use setuid-programs. * gnu/services/docker.scm

bug#44770: [PATCH v2 1/2] services: setuid: More configurable setuid support.

2021-06-20 Thread Brice Waegeneire
From: Christopher Lemmer Webber New record with fields for setting the specific user and group, as well as specifically selecting the setuid and setgid bits, for a program within the setuid-program-service. * gnu/services.scm (setuid-program-file-like-deprecated): New function.

bug#44770: [PATCH v2 0/2] services: setuid: More configurable setuid support.

2021-06-20 Thread Brice Waegeneire
Hello Christopher, Some times ago I continued your patch from where you left it. If I recall correctly it should address all the suggestions from Ludo' and Maxim. I'm using it for several month now without any issue. Thank your for your work on this issue Christopher! Cheers, - Brice Brice

bug#48960: stat v8.30 - device number in decimal shown as 16bit number instead of to converted 8bit

2021-06-20 Thread Pádraig Brady
On 12/06/2021 16:19, Pádraig Brady wrote: We could take the FreeBSD approach which is: %Hd major device number in decimal (st_dev) %Ld minor device number in decimal (st_dev) %Hr major device type in decimal (st_rdev) %Lr minor device type in decimal (st_rdev) Note I'd be

bug#48960: stat v8.30 - device number in decimal shown as 16bit number instead of to converted 8bit

2021-06-20 Thread Paul Eggert
Thanks for writing that patch. One minor note: On 6/20/21 7:21 AM, Pádraig Brady wrote: +(to_uchar (mod_char) << CHAR_BIT) + + to_uchar (fmt_char), Neither mod_char nor fmt_char can be negative (this is guaranteed by the