Skip to content

Commit

Permalink
26: fix the path is empth
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Aug 23, 2023
1 parent c2fec7a commit 2f6f95f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified 26-lsm-path_chmod/cilium-ebpf/bpf_bpfeb.o
Binary file not shown.
Binary file modified 26-lsm-path_chmod/cilium-ebpf/bpf_bpfel.o
Binary file not shown.
2 changes: 1 addition & 1 deletion 26-lsm-path_chmod/main.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


SEC("lsm/path_chmod")
int lsm_path_chmod(struct path *path) {
int BPF_PROG(lsm_path_chmod, struct path *path) {
char path_str[32];
struct qstr dname;

Expand Down

0 comments on commit 2f6f95f

Please sign in to comment.