-
sommerfeldare you trying to package something into /bin ? you probably should package it for /usr/bin instead (/bin is a symlink to /usr/bin)
-
sommerfeldthe .mog would rewrite bin to usr/bin
-
oninoshikoI messed up the prefix
-
szilard_This looks interesting and it seems the infrastructure is availanle in illumos aswell. Any plan to use elfsign in the future? c0t0d0s0.org/blog/republishedsignedbinaries.html
-
tsoomesigned 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).
-
tsoomewe can validate binaries already in context of pkg repo - of course it is a bit different context than having signed system.
-
tsoomesigned 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;)
-
oninoshikois there a list of GIDs and UIDs created by packages?
-
andyf
-
oninoshikoandyf: Thanks!