Skip to content

Commit a473a98

Browse files
committed
wrong file name
1 parent 6a13315 commit a473a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/libscap/scap_procs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ int32_t scap_proc_add_from_proc(scap_t* handle, uint32_t tid, int parenttid, int
280280
// - a process that has been containerized or has some weird thing going on. In that case
281281
// we accept it.
282282
//
283-
snprintf(filename, sizeof(filename), "%sexe", dir_name);
283+
snprintf(filename, sizeof(filename), "%scmdline", dir_name);
284284
f = fopen(filename, "r");
285285
if(f == NULL)
286286
{

0 commit comments

Comments
 (0)