lix/src/libstore
Eelco Dolstra 049c0eb49c nix-daemon: Add trusted-users and allowed-users options
‘trusted-users’ is a list of users and groups that have elevated
rights, such as the ability to specify binary caches. It defaults to
‘root’. A typical value would be ‘@wheel’ to specify all users in the
wheel group.

‘allowed-users’ is a list of users and groups that are allowed to
connect to the daemon. It defaults to ‘*’. A typical value would be
‘@users’ to specify the ‘users’ group.
2014-07-17 16:57:07 +02:00
..
build.cc Allow $NIX_BUILD_HOOK to be relative to Nix libexec directory 2014-07-11 13:55:06 +02:00
derivations.cc If a .drv cannot be parsed, show its path 2014-04-08 19:24:29 +02:00
derivations.hh If a .drv cannot be parsed, show its path 2014-04-08 19:24:29 +02:00
gc.cc boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
globals.cc nix-daemon: Add trusted-users and allowed-users options 2014-07-17 16:57:07 +02:00
globals.hh nix-daemon: Add trusted-users and allowed-users options 2014-07-17 16:57:07 +02:00
local-store.cc Replace message "importing path <...>" with "exporting path <...>" 2014-07-10 21:30:22 +02:00
local-store.hh Use std::unordered_set 2014-05-26 17:53:17 +02:00
local.mk Use std::unordered_set 2014-05-26 17:53:17 +02:00
misc.cc If a .drv cannot be parsed, show its path 2014-04-08 19:24:29 +02:00
misc.hh
optimise-store.cc lvlInfo -> lvlTalkative 2014-05-15 11:37:44 +02:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
remote-store.cc build-remote.pl: Fix building multiple output derivations 2014-07-14 12:19:27 +02:00
remote-store.hh
schema.sql
store-api.cc boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
store-api.hh boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
worker-protocol.hh