Skip to content

cclab-inu/KubeRosy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KubeRosy

About

image-20250117180109050

KubeRosy is a container-specific system call security tool that uses eBPF and LSM Hooks to provide argument value-based filtering for system calls executed by containers.

When you deploy a KubeRosy policy, it detects and enforces system call security policies against containers that match the policy's selectors and enforces the policy at the kernel level.

The following is an example of a KubeRosyPolicy that Block socket system calls from containers with name = nginx:

apiVersion: security.kuberosy.com/v1
kind: KubeRosyPolicy
metadata:
    name: nginx
spec:
    selector:
        matchLabels:
            name: nginx
    action: Block
    syscall:
        - name: socket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages