Добавлено чтение из конфигурационного файла набора правил для отслеживания файлов

This commit is contained in:
Alexander Zhirov 2025-05-28 00:18:55 +03:00
parent 5797e83f07
commit aa4260cdb9
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 39 additions and 1 deletions

View file

@ -10,5 +10,15 @@
"postsnag": [
"/usr/bin/ls",
"/usr/local/bin/script.sh"
]
],
"rules": {
"tracking": [
"/etc/*.conf"
],
"ignore": [
"/usr/exit/.gitignore",
"/usr/exit/dd",
"/file1"
]
}
}