summaryrefslogtreecommitdiff
path: root/src/analyze/analyze-security.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in `analyze-security.c`.Johannes Christ2019-08-111-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-031-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