aya-rs/aya

support for bpf_d_path helper

harisudarsan1 opened this issue · 0 comments

bpf_d_path helper can be used to retreive full path from the given struct path This helper is very useful for path matching where absolute path is needed. Users don't need to traverse dentries to construct the file path.