nixpkgs/nixos/doc/manual/development
Lin Jian 759ec1113d
nixos/network-interfaces: stop wrapping ping with cap_net_raw
From systemd 243 release note[1]:

This release enables unprivileged programs (i.e. requiring neither
setuid nor file capabilities) to send ICMP Echo (i.e. ping) requests
by turning on the "net.ipv4.ping_group_range" sysctl of the Linux
kernel for the whole UNIX group range, i.e. all processes.

So this wrapper is not needed any more.

See also [2] and [3].

This patch also removes:
- apparmor profiles in NixOS for ping itself and the wrapped one
- other references for the wrapped ping

[1]: 8e2d9d40b3/NEWS (L6457-L6464)
[2]: https://github.com/systemd/systemd/pull/13141
[3]: https://fedoraproject.org/wiki/Changes/EnableSysctlPingGroupRange
2023-09-21 16:52:16 +08:00
..
activation-script.section.md nixos/network-interfaces: stop wrapping ping with cap_net_raw 2023-09-21 16:52:16 +08:00
assertions.section.md nixos/doc: convert assertions and warnings section to CommonMark 2021-06-03 20:12:16 -07:00
bootspec.chapter.md nixos/activation/bootspec: add bootspec chapter in NixOS manual 2022-12-08 13:50:05 -08:00
building-parts.chapter.md nixos: nixos/doc/manual/development/building-parts.xml to CommonMark 2021-07-03 12:01:42 +08:00
developing-the-test-driver.chapter.md nixos/tests: extra-python-packages -> nixos-test-driver/extra-python-packages 2023-04-25 12:03:15 +02:00
development.md nixos/doc: Add Developing the Test Driver 2023-02-17 18:06:02 +01:00
freeform-modules.section.md nixos-render-docs: add examples support 2023-05-03 19:58:21 +02:00
importing-modules.section.md nixos: nixos/doc/manual/development/importing-modules.xml to CommonMark 2021-07-03 22:20:55 +08:00
linking-nixos-tests-to-packages.section.md manuals: Describe how to link NixOS tests from packages 2021-07-27 17:39:33 +02:00
meta-attributes.section.md nixos/manual: render module chapters with nixos-render-docs 2023-01-27 20:07:34 +01:00
nixos-tests.chapter.md nixos-render-docs: add structural includes, use for manual 2023-02-12 13:02:42 +01:00
option-declarations.section.md nixos-render-docs: add examples support 2023-05-03 19:58:21 +02:00
option-def.section.md nixos/manual: remove .unnumbered section attributes 2023-02-10 06:40:01 +01:00
option-types.section.md lib/types: add pathInStore 2023-06-27 11:48:08 +02:00
replace-modules.section.md lib/modules: Allow an "anonymous" module with key in disabledModules 2023-03-01 15:03:44 +01:00
running-nixos-tests-interactively.section.md nixos/tests: extend shell_interact to accept alternative socat addresses 2023-01-27 13:09:25 +01:00
running-nixos-tests.section.md nixos/doc/running-nixos-tests: Simplify running instructions with nixosTests 2022-09-24 17:38:08 +01:00
settings-options.section.md nixos-render-docs: add examples support 2023-05-03 19:58:21 +02:00
sources.chapter.md nixos: nixos/doc/manual/development/sources.xml to CommonMark 2021-07-03 12:00:40 +08:00
testing-installer.chapter.md nixos: nixos/doc/manual/development/testing-installer.xml to CommonMark 2021-07-03 12:06:27 +08:00
unit-handling.section.md nixos/stc: Improve mount unit handling 2023-08-21 09:07:14 +02:00
what-happens-during-a-system-switch.chapter.md nixos-render-docs: add structural includes, use for manual 2023-02-12 13:02:42 +01:00
writing-documentation.chapter.md nixos-render-docs: add structural includes, use for manual 2023-02-12 13:02:42 +01:00
writing-modules.chapter.md nixos-render-docs: add examples support 2023-05-03 19:58:21 +02:00
writing-nixos-tests.section.md integration test driver: Auto-generate integration test driver's machine 2023-07-10 08:51:52 +02:00