From 57e1787cd25a425eb1c425dff58387f5da76037d Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 14 Apr 2025 19:23:34 +0200 Subject: Some tree changes ... - Move src/conf into src/palhm - Delete .vscode/settings.json --- src/conf/py-sample/conf.d/core.json | 85 ------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 src/conf/py-sample/conf.d/core.json (limited to 'src/conf/py-sample/conf.d/core.json') diff --git a/src/conf/py-sample/conf.d/core.json b/src/conf/py-sample/conf.d/core.json deleted file mode 100644 index fac28a0..0000000 --- a/src/conf/py-sample/conf.d/core.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "execs": [ - { - "id": "tar", - "argv": [ - "/bin/tar", - "--xattrs", - "--selinux", - "--warning=none", - "-cf", - "-" - ], - "ec": "<2" - }, - { - "id": "filter-xz-parallel", - "argv": [ "/bin/xz", "-T0" ] - }, - { - "id": "filter-gzip-plain", - "argv": [ "/bin/gzip" ] - }, - { - "id": "filter-zstd-plain", - "argv": [ "/bin/zstd" ] - }, - { - "id": "filter-zstd-parallel", - "argv": [ "/bin/zstd", "-T0" ] - }, - { - "id": "rpm-list-installed", - "argv": [ - "/bin/rpm", - "-qa", - "--qf", - "%{name}\\t%{version}-%{release}.%{arch}\\t%{vendor}\\n" - ] - }, - { - "id": "dnf-list-userinstalled", - "argv": [ - "/bin/dnf", - "history", - "userinstalled" - ] - }, - { - "id": "dnf-group-list-installed", - "argv": [ - "/bin/dnf", - "--cacheonly", - "-q", - "group", - "list", - "--installed" - ], - "ec": " >= 0" - }, - { - "id": "dpkg-list-installed", - "argv": [ "/bin/dpkg-query", "-l" ] - }, - { - "id": "lsblk-all-json", - "argv": [ "/bin/lsblk", "-JbOa" ] - }, - { - "id": "os-release", - "argv": [ "/bin/cat", "/etc/os-release" ] - }, - { - "id": "dig-dnssec", - "argv": [ "/bin/dig", "+short", "+dnssec", "+notcp" ] - }, - { - "id": "grep-any", - "argv": [ "/bin/grep", "." ] - }, - { - "id": "null-stdout-sink", - "argv": [ "/bin/cp", "/dev/stdin", "/dev/null" ] - } - ] -} -- cgit v1.2.3-70-g09d2