Commit graph

180 commits

Author SHA1 Message Date
Alexandre Pujol
78c41305fa tests(check): look for missing tunables. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
41fc182860 fix(test): minor integration tests fixes. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
cd15178c81 tests(check): globally ignore check in commented lines. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
7d2229cd05 build: fully replace make by just. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
18212c9ff7 tests: re-enable apt tests. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
8f7e373f62 fix: update-alternatives is **not** installed in sbin. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
ef9b93b866 tests(check): enable more linter rule. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
b2910ae593 tests(check): add support for '#aa:lint ignore' inline directive to disable linting. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
d579b33011 tests: add a few integration tests. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
0c2385fef9 tests: update tests dependencies. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
4f265c6d58 feat(profile): add lsns. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
8b03cff0cf feat(profile): add lslogins. 2025-08-04 12:47:01 +02:00
Alexandre Pujol
926a6fdcb9 feat(profile): add lslocks 2025-08-04 12:47:01 +02:00
Alexandre Pujol
f516e1140a feat(profile): add lsfd 2025-08-04 12:47:01 +02:00
Alexandre Pujol
ed06dac702 feat(profile): add lsipc 2025-08-04 12:47:01 +02:00
Alexandre Pujol
e490a11c1a
feat(profile): add hwclock. 2025-07-20 14:25:41 +02:00
Alexandre Pujol
7a47914542 tests: add test file for whois. 2025-07-18 11:37:26 -06:00
Alexandre Pujol
e6939f4968
feat(profile): add pgrep. 2025-07-07 00:37:07 +02:00
Alexandre Pujol
c85ed58fa9
feat(profile): add vmstat 2025-07-07 00:30:21 +02:00
Alexandre Pujol
771dd9b589
feat(profile): add pidof 2025-07-07 00:22:26 +02:00
Alexandre Pujol
6b5fad404b
feat(profile): add free 2025-07-07 00:19:35 +02:00
Alexandre Pujol
f443c71c7b
tests: allow empty abstractions directory. 2025-06-21 21:05:53 +02:00
Alexandre Pujol
24a9da865f
chore: update sbin.list 2025-06-21 20:05:47 +02:00
Alexandre Pujol
3ffff07f3f
tests: enforce abstractions test. 2025-06-20 00:00:48 +02:00
Alexandre Pujol
033a7475e0
tests: enforce equivalent tests. 2025-06-19 23:35:13 +02:00
Alexandre Pujol
0e4cc45a5b
tests: simplify sbin check. 2025-06-19 20:03:53 +02:00
Alexandre Pujol
a4737546f7
tests: update sbin.list 2025-06-10 23:58:24 +02:00
Alexandre Pujol
edcbaa1b94
fix: add gpartedbin back to sbin.list. 2025-06-10 23:01:24 +02:00
Alexandre Pujol
f0355f36b9
tests: show error line in sbin check. 2025-06-05 00:36:30 +02:00
Alexandre Pujol
6ed873aad3
feat(profile): update sbin list and ensure the profiles use the good variable (sbin or bin). 2025-06-05 00:35:43 +02:00
Alexandre Pujol
c8f2a435f8
tests: remove symbolic link from sbin. 2025-06-02 23:59:41 +02:00
Alexandre Pujol
f579940ae7
test: add some security checks. 2025-06-02 20:41:20 +02:00
Alexandre Pujol
fff0df39ba
tests: add more check for sbin path
Also look for path that should not use sbin.
2025-06-01 23:59:14 +02:00
Alexandre Pujol
71a473712c
tests: rewrite and expand the profile check to more files.
Rewrite: Speed up the checking by not using grep anymore and only using bash, also make it parallel

Revisit the way result are shown.

Expand: Also scan for mapping files and abstaction completion. Adapt the scan accordingly.
2025-06-01 23:58:02 +02:00
Alexandre Pujol
e771ef77b8
tests(packer): update base images content. 2025-05-30 00:18:39 +02:00
Alexandre Pujol
89a1714610
fix(profile): a few linting fixes. 2025-05-30 00:14:54 +02:00
Alexandre Pujol
4e4f8d8a0e
build: update sbin.list 2025-05-26 00:47:47 +02:00
Alexandre Pujol
8755c4a1b7
fix(profile): remove sbin on some program path
Debian and opensuse do not install the same programs under /usr/sbin.
This will have to be tracked by distribution.
For now, sbin.list follows debian install.
2025-05-26 00:47:46 +02:00
Alexandre Pujol
3a568ba307
feat(profile): add more programs to the list of sbin program. 2025-05-01 15:17:03 +02:00
Alexandre Pujol
4f4a8fa8e7
test(check): ensurre we only match the sbin name. 2025-04-28 23:04:17 +02:00
Alexandre Pujol
aeb3614a07
tests: add some program to the list of tracked files in sbin. 2025-04-28 22:34:17 +02:00
Alexandre Pujol
8ae1118de6
tests(check): ensure bin is not used instead of sbin. 2025-04-28 21:48:53 +02:00
Alexandre Pujol
2bc87f68a8
tests(packer): define more common cloud init resources. 2025-04-27 14:20:22 +02:00
Alexandre Pujol
e774ad6578 fix(ci): minor fixes. 2025-04-13 22:46:53 +02:00
Alexandre Pujol
984679c7cd
fix(tests): do not run vim inside CI job 2025-04-05 22:01:26 +02:00
Alexandre Pujol
9b8348181c
fix(tests): disable apt tests 2025-04-05 18:55:03 +02:00
Alexandre Pujol
984cf28e61
chore: apply some linter recommendations. 2025-04-04 23:45:24 +02:00
Alexandre Pujol
0d43563520
ci(github): ignore profile not handled by this project. 2025-03-30 21:29:28 +02:00
Alexandre Pujol
811cb64390
tests: update requirments list. 2025-03-30 18:47:28 +02:00
Alexandre Pujol
d3e9a7ec70
tests: allow some tests to fail as we don't test the software but the profile. 2025-03-30 16:55:24 +02:00