Skip to content

Commit

Permalink
Update eBPF_FUSE_read.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
13186379707 authored Jan 29, 2024
1 parent e228431 commit 790065d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/eBPF_FUSE_read.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mv fuse-3.16.2.tar.gz libfuse
cd libfuse
cp ../fusedemo.c ./example/
cp ../Makefile ./
cp ../make.sh ./
bash make.sh
cd ./example/
mkdir ./yourdir
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Run frida
run: |
pip install frida-tools
cd eBPF_Supermarket/Filesystem_Subsystem/fast_fuse/frida
sudo sysctl kernel.yama.ptrace_scope=0
python cat.py
pip install frida-tools
cd eBPF_Supermarket/Filesystem_Subsystem/fast_fuse/frida
sudo sysctl kernel.yama.ptrace_scope=0
python cat.py

0 comments on commit 790065d

Please sign in to comment.