summaryrefslogtreecommitdiff
path: root/src/analyze
AgeCommit message (Expand)AuthorFilesLines
2023-11-25analyze: return earlier when there is no path to be prependedYu Watanabe1-3/+3
2023-11-24analyze: do not prepend the current working directory to SYSTEMD_UNIT_PATH ne...Yu Watanabe1-0/+6
2023-11-24analyze: set SYSTEMD_UNIT_PATH in verify_generate_path()Yu Watanabe4-25/+9
2023-11-24analyze: shorten code a bitYu Watanabe1-14/+6
2023-11-24analyze: drop duplicated :Yu Watanabe1-1/+1
2023-11-23analyze: don't open systemd-executor needlesslyMike Yuan3-1/+3
2023-11-23analyze: use FOREACH_ARRAY moreMike Yuan1-7/+7
2023-11-09analyze: add "srk" verb to extract current srk from TPM2 chipLennart Poettering4-0/+55
2023-11-01analyze: handle CAP_BPF supportPeter Hutterer1-0/+11
2023-10-25Merge pull request #29553 from keszybz/analyze-cat-config-tldrLuca Boccassi3-1/+11
2023-10-24analyze/cat-config: add switch to print only "interesting" parts of config filesZbigniew Jędrzejewski-Szmek3-1/+11
2023-10-17cgroup: turn device cgroup controller "rwm" strings into proper flagsLennart Poettering1-2/+2
2023-10-03analyze: add tooltips with dependency information to "plot"Jade Lovelace3-12/+61
2023-08-24tpm2: unify symbolic name infra for PCRsLennart Poettering1-3/+3
2023-08-21tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhereLennart Poettering1-3/+1
2023-08-15add an @ option for confextMaanya Goenka1-0/+2
2023-08-03meson: merge declarations of normal and test executablesYu Watanabe1-5/+1
2023-08-01meson: move declaration of systemd-analyzeYu Watanabe1-0/+15
2023-07-30Merge pull request #28567 from yuwata/meson-versiondepLuca Boccassi1-1/+0
2023-07-30analyze: fix pcrs verb output without TPM supportFrantisek Sumsal1-1/+1
2023-07-30tree-wide: drop unnecessary inclusion of version.hYu Watanabe1-1/+0
2023-07-28Merge pull request #28359 from keszybz/ret-gatherDaan De Meyer2-48/+21
2023-07-18analyze: don't warn about version spec compliant versionsJoerg Behrmann1-5/+5
2023-07-14tree-wide: a bunch of Coccinelle-suggested tweaksFrantisek Sumsal1-1/+1
2023-07-13various: use RET_GATHERZbigniew Jędrzejewski-Szmek2-48/+21
2023-07-10analyze-pcrs: Fix typoDaan De Meyer1-1/+1
2023-06-28analyze: add new "pcrs" verbLennart Poettering4-2/+154
2023-06-21systemd-analyze: allow --quiet for condition checksRonan Pigott1-4/+5
2023-06-20analyze: also check for version string validityLennart Poettering1-4/+14
2023-06-01tree-wide: use _cleanup_set_free_ and friendsYu Watanabe1-1/+1
2023-05-24tree-wide: use timestamp_is_set() at more placesDavid Tardon3-16/+16
2023-05-16dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering1-3/+3
2023-04-13image-policy: introduce parse_image_policy_argument() helperYu Watanabe1-14/+8
2023-04-12Merge pull request #25608 from poettering/dissect-moarLennart Poettering5-0/+179
2023-04-10analyze: make blame command work even the default target not reachedYu Watanabe5-25/+36
2023-04-05sysext: default to a stricter image policy when reading /.extra/sysext/ DDIsLennart Poettering1-0/+2
2023-04-05analyze: add 'image-policy' tool for analyzing image dissection policiesLennart Poettering4-0/+158
2023-04-05tree-wide: hook up image dissection policy logic everywhereLennart Poettering2-0/+19
2023-03-29analyze: add new fdstore verbLennart Poettering4-3/+122
2023-03-24analyze: don't claim "@known" was an unlisted syscallLennart Poettering1-6/+27
2023-03-21copy: Move chattr arguments to full function signaturesDaan De Meyer2-2/+2
2023-03-18tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal1-1/+1
2023-03-10basic: add RuntimeScope enumLennart Poettering11-47/+55
2023-02-23analyze: add 'malloc' verb to dump malloc_info()Luca Boccassi6-15/+91
2023-02-21meson: Use dicts for test definitionsJan Janssen1-7/+7
2023-02-17dissect-image: Return mount point fd if requestedDaan De Meyer1-0/+1
2023-01-24meson: Do not include headers in source listsJan Janssen1-26/+2
2023-01-24tree-wide: unify how we pick OS pretty name to displayLennart Poettering1-1/+2
2023-01-18systemd-analyze: Add table and JSON output implementation to plotJoshua Zivkovic3-52/+154
2022-12-23analyze: basename() → path_extract_filename()Lennart Poettering1-6/+6