Skip to content

Latest commit

 

History

History

26-lsm-path_chmod

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ensure that BPF LSM is enabled

...

Usage

build:

$ make

run:

$ make run

touch /tmp/a.txt
chmod 600 /tmp/a.txt

$ make cat