summaryrefslogtreecommitdiffstats
path: root/src/core/bpf-lsm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-03journald: modernize code to send notificationsZbigniew Jędrzejewski-Szmek1-13/+5
2021-11-03tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1Zbigniew Jędrzejewski-Szmek8-46/+71
2021-11-03CODING_STYLE: allow joined variable declarations and function callsZbigniew Jędrzejewski-Szmek1-9/+18
2021-11-02test-network: add test case for MTUBytes= for vethYu Watanabe3-2/+26
2021-11-02network/veth: also set MTU for peer interfaceYu Watanabe1-0/+6
2021-11-01sd-dhcp6-client: simplify code a bitYu Watanabe1-8/+6
2021-11-01sd-dhcp6-client: do not implicitly cast to booleanYu Watanabe1-1/+1
2021-11-01sd-dhcp6-client: introduce dhcp6_lease_{get,set}_clientid()Yu Watanabe3-9/+48
2021-11-01sd-dhcp6-client: shorten code a bitYu Watanabe1-2/+1
2021-11-01sd-dhcp6-client: prefix variables which store results with "ret_"Yu Watanabe2-11/+10
2021-11-01sd-dhcp6-client: update log messagesYu Watanabe1-3/+3
2021-11-01network: save server address to DHCPv6 addressesYu Watanabe1-1/+8
2021-11-01sd-dhcp6-client: introduce sd_dhcp6_lease_get_server_address()Yu Watanabe4-5/+45
2021-11-01sd-lldp-tx: drop unused and useless functionYu Watanabe2-7/+0
2021-11-01sd-dhcp6: drop unused functionsYu Watanabe2-21/+0
2021-11-01core: ignore failure on setting smack process label when allowedYu Watanabe1-1/+1
2021-11-01sd-dhcp6-client: request IA_PD by defaultYu Watanabe1-1/+1
2021-11-01sd-dhcp6-client: always set suitable ARP typeYu Watanabe1-4/+0
2021-11-01execute: respect selinux_context_ignoreTopi Miettinen1-2/+2
2021-10-30mkosi: Install less in the mkosi Fedora imageDaan De Meyer1-0/+1
2021-10-29sd-dhcp-server: fix address availability checksToke Høiland-Jørgensen1-2/+16
2021-10-29sd-dhcp-server: clear out expired leases when processing requestsToke Høiland-Jørgensen1-0/+25
2021-10-29libsystemd-network: drop _public_ attributeYu Watanabe5-103/+103
2021-10-29sd-radv: fix implicit conversion to booleanYu Watanabe1-1/+1
2021-10-29sd-ndisc: drop unused functionsYu Watanabe4-36/+0
2021-10-29home: fix use of uninitialized valueYu Watanabe1-1/+4
2021-10-29homework,repart: turn on cryptsetup logging before we have a contextLennart Poettering2-0/+6
2021-10-29nspawn: make sure to chown() implicit source dirs for --bind= to container ro...Lennart Poettering1-0/+5
2021-10-28nspawn: add filesystem id mapping support to --bind and --bind-roAndreas Valder4-37/+55
2021-10-28systemctl: make dbus PID cgroup tree output look more like systemd-cglsLennart Poettering1-2/+4
2021-10-28systemctl: make sure "systemctl -M status" shows cgroup tree of container not...Lennart Poettering1-7/+9
2021-10-28systemctl: only fall back to local cgroup display if we talk to local systemdLennart Poettering1-1/+1
2021-10-28systemctl: use LESS_BY where appropriateLennart Poettering1-10/+2
2021-10-28systemctl: use empty_to_root() where appropriateLennart Poettering1-1/+1
2021-10-28systemctl: suppress second argument of ternary op where we canLennart Poettering1-1/+1
2021-10-28docs: document what integer range we expect from JSON parsersLennart Poettering1-0/+5
2021-10-28core: correct SELinux label of service credential directoryChristian Göttsche1-0/+2
2021-10-28integritysetup: Check args to prevent assertTony Asleson1-7/+11
2021-10-28udev: net_id: introduce predictable names for xen-netfrontBenjamin Herrenschmidt4-0/+81
2021-10-28core: Try to prevent infinite recursive template instantiationDaan De Meyer7-2/+210
2021-10-28core: add [State|Runtime|Cache|Logs]Directory symlink as second parameterLuca Boccassi11-156/+712
2021-10-28man: document that daemons can close fds they receive via sd_listen_fds() if ...Lennart Poettering1-8/+18
2021-10-28man: document how nss-resolve and systemd-resolved communicateLennart Poettering1-0/+4
2021-10-28docs: document $PASSWORD in ENVIRONMENT.mdLennart Poettering1-0/+15
2021-10-28man: clarify the situation of unit templates regarding "systemctl list-units"...Lennart Poettering1-9/+19
2021-10-28update TODOLennart Poettering1-2/+0
2021-10-28homework: teach luks backend uid mappingLennart Poettering3-6/+37
2021-10-28homework: also move to using .image_fd field of HomeSetup in home_create_luks()Lennart Poettering1-18/+18
2021-10-28homework: get rid of manual error path in home_create_luks()Lennart Poettering1-69/+34
2021-10-28homework: move destruction of temporary image file into HomeSetupLennart Poettering3-14/+25