summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze-security.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-281-2/+2
* Merge pull request #34679 from DaanDeMeyer/bus-logDaan De Meyer2024-10-091-1/+1
|\
| * bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-1/+1
* | path-lookup: move find_portable_profile() to portable-utilMike Yuan2024-10-061-0/+1
|/
* analyze: introduce --instance= option to control instance name for template u...Yu Watanabe2024-08-181-1/+1
* Fix typo in CAP_BPF description (#33464)Eugeny Shcheglov2024-06-241-2/+2
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-41/+41
* tree-wide: 'allows to' -> 'allows one to'Luca Boccassi2024-05-141-1/+1
* use FOREACH_ELEMENTMatteo Croce2024-04-181-1/+1
* analyze-security: use FOREACH_ARRAYMike Yuan2024-03-231-3/+2
* systemd-analyze: use strdup_to()Zbigniew Jędrzejewski-Szmek2024-03-201-54/+44
* tree-wide: drop several doubled spaceYu Watanabe2023-12-241-5/+5
* analyze: set SYSTEMD_UNIT_PATH in verify_generate_path()Yu Watanabe2023-11-231-6/+2
* analyze: don't open systemd-executor needlesslyMike Yuan2023-11-231-0/+1
* analyze: handle CAP_BPF supportPeter Hutterer2023-11-011-0/+11
* cgroup: turn device cgroup controller "rwm" strings into proper flagsLennart Poettering2023-10-181-2/+2
* tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhereLennart Poettering2023-08-211-3/+1
* various: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-9/+4
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-1/+1
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-1/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-24/+26
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-2/+0
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-8/+4
* analyze: Migrate to bus-locator.hRichard Phibel2022-08-041-4/+3
* analyze-security: always save syscall nameYu Watanabe2022-06-171-17/+22
* analyze security: print DeviceAllow listLuca Boccassi2022-05-011-8/+20
* analyze: fix crash with online security checkLuca Boccassi2022-05-011-7/+13
* analyze: fix offline check for syscal filterLuca Boccassi2022-04-011-1/+1
* analyze: fix offline check for 'native' syscall architectureLuca Boccassi2022-04-011-4/+7
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-2/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-6/+1
* analyze: systematically name verb entry point functions verb_xyz()Lennart Poettering2022-02-211-1/+1
* analyze: fully move "security" verb to analyze-security.[ch]Lennart Poettering2022-02-211-1/+52
* glyph-util: add new glyphs for up/down arrowsLennart Poettering2022-02-161-1/+1
* analyze: do not connect to DBUS with --offlineLuca Boccassi2021-12-231-1/+1
* analyze: add --profile switch to security verbLuca Boccassi2021-11-261-1/+39
* analyze: allow a custom policy to skip a check with weight=0Luca Boccassi2021-11-051-0/+5
* core: replace IPAddressAccessItem with struct in_addr_prefixYu Watanabe2021-09-141-4/+4
* analyze: ignore dependencies with security --offlineLuca Boccassi2021-09-081-0/+1
* systemd-analyze: add new option to generate JSON output of security analysis ...Maanya Goenka2021-09-061-34/+64
* systemd-analyze: use config value in RestrictNamespaces id (#20645)Kyle Laker2021-09-061-14/+14
* tree-wide: fix typoYu Watanabe2021-09-051-1/+1
* systemd-analyze: allow parsing of JSON file to obtain custom security require...Maanya Goenka2021-08-311-21/+221
* systemd-analyze: add new 'security' option to allow user to choose custom req...Maanya Goenka2021-08-311-2/+10
* systemd-analyze: add new 'security' option to compare unit's overall exposure...Maanya Goenka2021-08-201-11/+19
* systemd-analyze: 'security' option to perform offline reviews of the specifie...Maanya Goenka2021-08-201-1/+91
* systemd-analyze: refactor security_info to make use of existing struct variablesMaanya Goenka2021-08-201-122/+410
* systemd-analyze: parse ip_filters_custom_egress correctlyMaanya Goenka2021-08-121-1/+1
* tree-wide: do not use (void) asprintfZbigniew Jędrzejewski-Szmek2021-07-091-15/+15
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2