[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix & signed archive export/import
From: |
Ludovic Courtès |
Subject: |
Re: Guix & signed archive export/import |
Date: |
Mon, 30 Dec 2013 22:48:47 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
address@hidden (Niels Möller) skribis:
> address@hidden (Ludovic Courtès) writes:
>
>> Sure, but again, all we have is a small subset of SPKI, and no
>> delegations.
>
> I think spki gets really interesting once you have delegations. I intend
> to add that to lsh, for both user and host keys. But it's been some years
> without any progress on that front.
Yeah...
>> Currently I don’t see how such tags could be used, and they may be hard
>> to define.
>>
>> In Guix, all package binaries are collected in the “store”, a big
>> directory with one sub-directory per package.
>
> Then, it would make some sense to have a tag syntax to restrict
> authorization to a single package, and not allow installation of the
> packege to touch anything outside of its corresponding directory.
By construction, the build process of a package can only touch its own
directory:
http://www.gnu.org/software/guix/manual/guix.html#Introduction
Thanks!
Ludo’.