aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ldap.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-12-19 22:59:57 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-12-20 12:09:32 +0100
commit6af97fcc0eef7e8577b3d5ceafe7be2c7592bb6e (patch)
treea0ab8132542199622d8ede672e9e217cec1bd0e6 /gnu/services/ldap.scm
parentdb6ae57157506b1396641c9f6360483ec226d54c (diff)
downloadguix-6af97fcc0eef7e8577b3d5ceafe7be2c7592bb6e.tar.gz
guix-6af97fcc0eef7e8577b3d5ceafe7be2c7592bb6e.zip
gnu: r-edger: Update to 3.40.1.
* gnu/packages/bioconductor.scm (r-edger): Update to 3.40.1.
Diffstat (limited to 'gnu/services/ldap.scm')
0 files changed, 0 insertions, 0 deletions
oltip'>* etc/guix-daemon.cil.in (guix_daemon): Permit file appending, setattr, read/write UDP sockets, access to tmpfs and hugetlbfs, and connecting to PostgreSQL. Marius Bakke 2020-11-25etc: Add more SELinux permissions for the daemon....This is needed for some package test suites. * etc/guix-daemon.cil.in (guix_daemon): Permit unix_dgram_socket operations. Marius Bakke 2020-11-15etc: Updates for the guix-daemon SELinux policy....* etc/guix-daemon.cil.in (guix_daemon): Specify more permissions for guix-daemon to account for daemon updates and newer SELinux. I can't promise that this is a complete list of everything that guix-daemon needs, but it's probably most of them. It can search for, install, upgrade, and remove packages, create virtual machines and containers, update itself, and so on. Signed-off-by: Marius Bakke <marius@gnu.org> Daniel Brooks