summaryrefslogtreecommitdiffstats
path: root/docs/SECURITY.md (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-23find-esp: don't silently error bootctl install if presumed XBOOTLDR part is s...наб1-1/+1
2023-03-23test-fileio: add test for return value of read_one_line_file()Zbigniew Jędrzejewski-Szmek1-0/+36
2023-03-22fs-util: Add xopenat_lock()Daan De Meyer5-24/+125
2023-03-22edit-util: alloc correct amount of memoryMike Yuan1-1/+1
2023-03-22coredump: use unaligned_read_ne{32,64}() to parse auxvYu Watanabe1-89/+60
2023-03-22ukify: allow uncompressed kernel images for UNAME detection on aarch64 and ri...Tobias Powalowski1-0/+4
2023-03-22core: Settle log target if we're going to be closing all fdsDaan De Meyer7-0/+24
2023-03-22labeler: add journal label also for sd-journal stuffDavid Tardon1-0/+1
2023-03-22stat-util: Add verify_regular_at()Daan De Meyer2-0/+13
2023-03-22bootctl: 'graceful' should ignore EFI variable failuresKevin P. Fleming1-9/+22
2023-03-22ci: limit permissions for `differential-shellcheck`Jan Macku1-1/+0
2023-03-22ci: trigger differential-shellcheck workflow on pushJan Macku1-1/+4
2023-03-21copy: Add more at() helpersDaan De Meyer2-12/+28
2023-03-21copy: Move chattr arguments to full function signaturesDaan De Meyer15-32/+35
2023-03-21fd-util: make sure fd_reopen() works with AT_FDCWD systematicallyLennart Poettering1-3/+9
2023-03-21execute: Add kernel cmdline arguments for tty term, rows and columnsDaan De Meyer2-5/+110
2023-03-21docs: Fix vscode debugging section in HACKING.mdDaan De Meyer1-12/+13
2023-03-21chase-symlinks: Add more chase_symlinks_at() helpersDaan De Meyer3-0/+223
2023-03-21chase-symlinks: Return zero from access() and stat() helpersDaan De Meyer1-16/+8
2023-03-21chase-symlinks: Add CHASE_EXTRACT_FILENAME flagDaan De Meyer3-9/+52
2023-03-21udev-rules: fix nvme symlink creation on namespace changesThomas Blume2-0/+10
2023-03-21tmpfile-util: Add open_tmpfile_linkable_at() and link_tmpfile_at()Daan De Meyer2-12/+20
2023-03-21fs-util: Add open_parent_at()Daan De Meyer2-4/+18
2023-03-21lock-util: Add make_lock_file_at()Daan De Meyer4-6/+60
2023-03-21unit: Add LOG_CONTEXT_PUSH_UNIT()Daan De Meyer2-0/+12
2023-03-21log: Add key/value support to the log contextDaan De Meyer5-20/+75
2023-03-21log: Avoid pushing the same fields more than once on the log contextDaan De Meyer5-26/+46
2023-03-21mkosi: Default to debug log level for udev as wellDaan De Meyer2-3/+2
2023-03-21man/network-generator: replace dracut.kernel reference with dracut.cmdlineAntonio Alvarez Feijoo1-1/+1
2023-03-21gpt-auto-generator: fix typoAntonio Alvarez Feijoo1-1/+1
2023-03-21util: rename uki-util.[ch] -> kernel-image.[ch]Yu Watanabe4-3/+3
2023-03-21uki-util: rename KernelType -> KernelImageTypeYu Watanabe3-23/+23
2023-03-21uki-util: rename uki -> fYu Watanabe1-24/+24
2023-03-21uki-util: update log messagesYu Watanabe1-10/+10
2023-03-21udev-rules: add another check for conflicting expressionsDmitry V. Levin2-5/+40
2023-03-20compare-operator: added unit testsOMOJOLA JOSHUA DAMILOLA2-0/+43
2023-03-20strv: introduce strv_print_full()Yu Watanabe2-3/+6
2023-03-20ci: drop clang-13, add clang-16Frantisek Sumsal1-3/+3
2023-03-20bootctl: fix wrong type comparisonYu Watanabe1-1/+1
2023-03-19loop-util: add more debugging logs in loop_configure()Yu Watanabe1-19/+26
2023-03-19udev-rules: fix check for conflicting and duplicate expressionsDmitry V. Levin2-5/+31
2023-03-19Revert "udev: prepare memory for extra NUL termination for NULSTR"Dmitry V. Levin1-3/+1
2023-03-19udev-rules: fix matching of token types that support alternative patternsDmitry V. Levin2-5/+19
2023-03-19hwdb: fix Wifi toggling for Haier 7G-Series/JWU (#25293) (#26878)taniishkaaa1-0/+8
2023-03-18docs: update unit name for sd-tmpfiles-setupMike Yuan2-2/+2
2023-03-18unit: sysext: update unit name for sd-tmpfiles-setupMike Yuan1-1/+1
2023-03-18test-systemd-tmpfiles.py: create global temporary directoryYu Watanabe1-1/+2
2023-03-18test-systemd-tmpfiles.py: use test_content() at one more placeYu Watanabe1-6/+1
2023-03-18tmpfiles: show file type in octal, instead of hexYu Watanabe1-1/+1
2023-03-18tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal14-15/+15