Projects STRLCPY ebpfguard Commits 79505d37
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 69 lines
    70 70  ```
    71 71   
    72 72  Imports and cargo file are available in [example source code](examples/readme_mount).
    73  -For more examples check out [EXAMPLES.md](doc/examples.md).
     73 +For more check out [examples doc](doc/examples.md).
    74 74   
    75 75  ## Supported LSM hooks
    76 76   
    skipped 10 lines
    87 87   
    88 88  ## Prerequisites
    89 89   
    90  -Check [PREREQUISISTES.md](doc/prerequisites.md) to set up your environment.
     90 +Check [prerequisites doc](doc/prerequisites.md) to set up your environment.
    91 91   
    92 92  ## Development
    93 93   
    94  -Check [Development.md](doc/development.md) for compillation and testing commands.
     94 +Check [development doc](doc/development.md) for compillation and testing commands.
    95 95   
    96 96  ## Get in touch
    97 97   
    skipped 17 lines
  • ■ ■ ■ ■
    doc/prerequisites.md
    skipped 22 lines
    23 23   
    24 24  If the output doesn't contain `bpf`, you need to enable BPF LSM by adding
    25 25  `lsm=[...],bpf` to your kernel config parameters. That can be achieved by
    26  -executing the [enable-bpf-lsm.py](https://github.com/deepfence/ebpfguard/blob/main/enable-bpf-lsm.py.py) script.
     26 +executing the [enable-bpf-lsm.py](https://github.com/deepfence/ebpfguard/blob/main/enable-bpf-lsm.py) script.
    27 27   
    28 28  This script will print modified contents of `/etc/default/grub` file to stdout.
    29 29  Either pipe it back directly to `/etc/default/grub` or save it somewhere
    skipped 62 lines
Please wait...
Page is in error, reload to recover