You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Readme.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -270,16 +270,16 @@ The check produces an offender if the script produced output on stdout or stderr
270
270
271
271
-`File` : string, the full path of the file or directory
272
272
-`Script` : string, the full path of the script
273
-
-`ScriptOptions` : string array, (optional) the first element allows to define a pattern containing wildcards like `?`, `*`, and `**` that is applied to filenames if present it will only check files that match the pattern, this is mostly useful when running the script on a directory. The second element allows passing arguments to the script.
273
+
-`ScriptOptions` : string array, (optional) the first element allows to define a pattern containing wildcards like `?`, `*`, and `**` that is applied to filenames if present it will only check files that match the pattern, this is mostly useful when running the script on a directory. Arguments can be passed to the script using the second and following elements.
274
274
-`File` : string, the full path of the file, if the path points to a directory the script is run for every file in the directory and subdirectories
275
275
276
276
-`Desc` : string, (optional) is a descriptive string that will be attached to failed check
277
277
-`InformationalOnly` : bool, (optional) the result of the check will be Informational only (default: false)
278
278
279
-
If the `--` is present it indicates that the next argument is from the `ScriptOptions[1]`. The script is run with the following arguments:
279
+
If the `--` is present it indicates that the next argument is from the `ScriptOptions[1..N]`. The script is run with the following arguments:
280
280
281
281
```
282
-
<tmp filename> <original filename> <uid> <gid> <mode in octal> <selinux label or "-" for no label> [--] [script options argument]
282
+
<tmp filename> <original filename> <uid> <gid> <mode in octal> <selinux label or "-" for no label> [--] [script argument 1] ... [script argument N]
283
283
```
284
284
285
285
Example:
@@ -345,13 +345,13 @@ as arguments. If the script prints output the check will be marked as failed.
345
345
346
346
-`File` : string, the full path of the file
347
347
-`Script`: string, path to the script
348
-
-`ScriptOptions`: string, argument passed to the script
348
+
-`ScriptOptions`: string array, (optional) arguments passed to the script
349
349
-`OldFilePath`: string, filename (absolute or relative) to use to store old file
350
350
-`InformationalOnly` : bool, (optional) the result of the check will be Informational only (default: false)
// runScriptOnFile runs the provided script with the following parameters: <filename> <filename in filesystem> <uid> <gid> <mode> <selinux label - can be empty>
ifnot"Digest (sha256) did not match found = 44c77e41961f354f515e4081b12619fdb15829660acaa5d7438c66fc3d326df3 should be = 8b15095ed1af38d5e383af1c4eadc5ae73cab03964142eb54cb0477ccd6a8dd4. ver needs to be specific : "indata["offenders"]["/ver"]:
70
76
SetError("ver digest")
71
77
72
78
if"File State Check failed: group found 1002 should be 0 : this needs to be this way"indata["offenders"]["/dir2/file22"]:
0 commit comments