nixpkgs/nixos
pacien 54be076ae7 nixos/exim: apply privilege restrictions
Since 816614bd62, the service is set to use the exim user so that
systemd takes care of the credentials ownership. The executable is
still required to run as root, to then drop privileges. The prefix '+'
that was used however interfers with the use of privilege restrictions
and other sandboxing options. Since we only want to escape the "User"
setting, we can use the '!' prefix instead.
2023-06-05 20:04:48 +02:00
..
doc/manual Merge pull request #234877 from ElvishJerricco/auto-format-and-resize-with-systemd 2023-06-05 12:25:02 +03:00
lib nixos/test-driver: fix formatting 2023-05-28 12:29:26 +00:00
maintainers maintainers/scripts: fix typos 2023-05-19 22:31:04 -04:00
modules nixos/exim: apply privilege restrictions 2023-06-05 20:04:48 +02:00
tests Merge master into staging-next 2023-06-05 12:01:12 +00:00
COPYING
default.nix
README
release-combined.nix nixos/release-*: finish dropping the conntrack tests 2023-03-04 09:28:09 +01:00
release-small.nix Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-bootstrap 2023-04-03 08:19:03 -07:00
release.nix nixos/release: add deepin closure 2023-05-08 18:25:41 +08:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.