lockc icon indicating copy to clipboard operation
lockc copied to clipboard

Use inodes in open_audit eBPF program

Open vadorovsky opened this issue 3 years ago • 0 comments

For now we are using hash maps with strings to specify path prefixes, from which we can (or cannot) access files:

https://github.com/rancher-sandbox/lockc/blob/05a94fae2396fbb1ae737df148f402cd3389018b/lockc/src/bpf/maps.h#L67-L113

vadorovsky avatar Jan 12 '22 12:01 vadorovsky