Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pomoke/geatu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

geatu

Geatu is an experimental eBPF-based LSM for keeping out your (maybe) files from unwanted applications.

Geatu uses xattr for security tags.

** WARNING **: Geatu is highly experimental. Security tags may break between versions. Use at your own risk.

Building

Requires libbpf.

The following command will compile and load the module.

cargo libbpf build -d && sudo bpftool prog loadall target/artifact/net.bpf.o /sys/fs/bpf/geatu autoattach && sudo bpftool prog tracelog; sudo rm -r /sys/fs/bpf/geatu

About

No description, website, or topics provided.

Resources

License

BSD-3-Clause, GPL-2.0 licenses found

Licenses found

BSD-3-Clause
LICENSE.bsd
GPL-2.0
LICENSE.gpl

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published