summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze-security.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-041-2/+2
* analyze: slightly reword PrivatTmp= messageLennart Poettering2021-02-101-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-4/+4
* analyze-security: check for ProtectProc=/ProcSubset=Lennart Poettering2020-08-241-0/+62
* analyze-security: include an actual syscall name in the messageZbigniew Jędrzejewski-Szmek2020-08-171-12/+21
* analyze-security: do not assign badness to filtered-out syscallsZbigniew Jędrzejewski-Szmek2020-08-011-1/+1
* analyze: CAP_RAWIO -> CAP_SYS_RAWIOAnita Zhang2020-07-161-1/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-25/+25
* basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-6/+2
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-151-2/+2
* analyze: Add ProtectClock= to analyze-securityKevin Kuehler2020-01-261-0/+16
* typo: "May modify to" -> "May modify"Wieland Hoffmann2020-01-181-1/+1
* analyze: optimize table creation by using table_add_many()Yu Watanabe2020-01-101-27/+16
* analyze: badness if neither of RootImage and RootDirectory existsTopi Miettinen2019-12-181-1/+1
* systemd-analyze: Add ProtectKernelLogs to securityKevin Kuehler2019-11-151-0/+15
* tree-wide: drop missing.hYu Watanabe2019-10-311-2/+2
* various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek2019-10-251-1/+1
* Fix typo in `analyze-security.c`.Johannes Christ2019-08-101-1/+1
* analyze-security: move assert above first use of the variable (#13238)Jan Synacek2019-07-311-1/+2
* analyze: port over one part of systemd-analyze to use new table_add_many() co...Lennart Poettering2019-07-161-28/+8
* bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke2019-06-251-1/+36
* code style format: clang-format applied to src/a*/*Sebastian Jennen2019-04-121-13/+20
* Merge pull request #12188 from poettering/coccinelle-fixletsYu Watanabe2019-04-021-4/+2
|\
| * analyze: use empty_or_root() where appropriateLennart Poettering2019-04-021-4/+2
* | analyze: check for RestrictSUIDSGID= in "systemd-analyze security"Lennart Poettering2019-04-021-0/+12
|/
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* analyze security: check for ProtectHostname=yesTopi Miettinen2019-02-271-0/+12
* analyze security: fix recursive call of syscall_names_in_filter()Yu Watanabe2019-02-041-11/+11
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* analyze: add assert to verify we are not dividing by 0Zbigniew Jędrzejewski-Szmek2018-12-211-0/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-11/+11
* Merge pull request #11041 from yuwata/update-missing-v2Lennart Poettering2018-12-041-0/+1
|\
| * util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* | Merge pull request #11037 from poettering/json-tableZbigniew Jędrzejewski-Szmek2018-12-041-2/+2
|\ \ | |/ |/|
| * tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-2/+2
* | analyze: Fix if not HAVE_SECCOMPWilliam A. Kennington III2018-12-041-3/+9
|/
* analyze: tweak wording of description for ProtectSystem= (#11035)David Malcolm2018-12-031-2/+2
* analyze: add new security verbLennart Poettering2018-11-301-0/+2079