Skip to content

Commit

Permalink
Fix : based on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
5angjun committed Nov 7, 2023
1 parent 1484129 commit 265ee37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
- name: Enable and start libvirtd service
ansible.builtin.systemd:
name: libvirtd
enabled: yes
enabled: true
state: started
become: true
tags:
Expand Down
1 change: 0 additions & 1 deletion deploy/intellabs/kafl/roles/fuzzer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ install_nyx_packer: false
libxdc_root: "{{ kafl_install_root }}/libxdc"
capstone_root: "{{ kafl_install_root }}/capstone"

#fuzzer_url: 'https://github.com/0dayResearchLab/my-kAFL-0.7v'
fuzzer_url: '[email protected]:0dayResearchLab/kafl.fuzzer.git'
fuzzer_root: "{{ kafl_install_root }}/fuzzer"
fuzzer_venv_root: "{{ kafl_install_root }}/.venv"

0 comments on commit 265ee37

Please sign in to comment.