Skip to content

Commit f80609e

Browse files
authored
Merge pull request #1342 from jan-cerny/fix_binfmt_msc
Do not skip 'fs.binfmt_misc.status' by sysctl probe
2 parents 4593a00 + 7774511 commit f80609e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OVAL/probes/unix/sysctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int probe_main(probe_ctx *ctx, void *probe_arg)
7676
*/
7777
ent_attrs = probe_attr_creat("max_depth", r0 = SEXP_string_newf("%d", PROC_SYS_MAXDEPTH),
7878
"recurse_direction", r1 = SEXP_string_new("down", 4),
79-
"recurse_file_system", r2 = SEXP_string_new("local", 7),
79+
"recurse_file_system", r2 = SEXP_string_new("all", 3),
8080
"recurse", r3 = SEXP_string_new("symlinks and directories", 24),
8181
NULL);
8282
bh_entity = probe_ent_creat1("behaviors", ent_attrs, NULL);

0 commit comments

Comments
 (0)