00:17:34 are you trying to package something into /bin ? you probably should package it for /usr/bin instead (/bin is a symlink to /usr/bin) 00:18:02 the .mog would rewrite bin to usr/bin 00:22:50 I messed up the prefix 08:06:20 This looks interesting and it seems the infrastructure is availanle in illumos aswell. Any plan to use elfsign in the future? https://www.c0t0d0s0.org/blog/republishedsignedbinaries.html 08:08:18 signed binaries are nothing really new, but the issue is, signing "random" binaries will not give you much (except that you can validate those binaries of course). 08:09:47 we can validate binaries already in context of pkg repo - of course it is a bit different context than having signed system. 08:14:01 signed elf binaries do have on great feature, however. Once you revoke the sign cert, you can not run those binaries any more, so there is a mechanism to force people to update the system;) 20:35:38 is there a list of GIDs and UIDs created by packages? 21:05:14 oninoshiko - https://github.com/omniosorg/omnios-extra/blob/master/doc/idlist.md 21:59:51 andyf: Thanks!