summaryrefslogtreecommitdiff
path: root/src/analyze/analyze-security.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22systemd: Fix busctl crash on aarch64 when setting output table formatsubmit/tizen/20210323.013050accepted/tizen/unified/20210324.124406Alin Popa1-2/+2
2019-11-15systemd-analyze: Add ProtectKernelLogs to securityKevin Kuehler1-0/+15
2019-10-31tree-wide: drop missing.hYu Watanabe1-2/+2
2019-10-25various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek1-1/+1
2019-08-11Fix typo in `analyze-security.c`.Johannes Christ1-1/+1
2019-07-31analyze-security: move assert above first use of the variable (#13238)Jan Synacek1-1/+2
2019-07-16analyze: port over one part of systemd-analyze to use new table_add_many() co...Lennart Poettering1-28/+8
2019-06-25bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke1-1/+36
2019-04-12code style format: clang-format applied to src/a*/*Sebastian Jennen1-13/+20
2019-04-03Merge pull request #12188 from poettering/coccinelle-fixletsYu Watanabe1-4/+2
2019-04-02analyze: check for RestrictSUIDSGID= in "systemd-analyze security"Lennart Poettering1-0/+12
2019-04-02analyze: use empty_or_root() where appropriateLennart Poettering1-4/+2
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-0/+1
2019-02-27analyze security: check for ProtectHostname=yesTopi Miettinen1-0/+12
2019-02-04analyze security: fix recursive call of syscall_names_in_filter()Yu Watanabe1-11/+11
2019-01-12Delete duplicate linesTopi Miettinen1-1/+0
2018-12-21analyze: add assert to verify we are not dividing by 0Zbigniew Jędrzejewski-Szmek1-0/+1
2018-12-14locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering1-11/+11
2018-12-04Merge pull request #11041 from yuwata/update-missing-v2Lennart Poettering1-0/+1
2018-12-04Merge pull request #11037 from poettering/json-tableZbigniew Jędrzejewski-Szmek1-2/+2
2018-12-04util: drop missing.h from util.hYu Watanabe1-0/+1
2018-12-04analyze: Fix if not HAVE_SECCOMPWilliam A. Kennington III1-3/+9
2018-12-03tree-wide: specify all table headers in lower-caseLennart Poettering1-2/+2
2018-12-03analyze: tweak wording of description for ProtectSystem= (#11035)David Malcolm1-2/+2
2018-11-30analyze: add new security verbLennart Poettering1-0/+2079