Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Nov 17, 2024
1 parent a9087fc commit 167219b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/offensive-stuff/tasks/burpsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
- name: Allow katana / burp / obs headless browsers to work
ansible.builtin.lineinfile:
become: true
path: '/etc/sysctl.conf'
line: 'kernel.apparmor_restrict_unprivileged_userns=0'
insertafter: EOF
become: true

- name: Apply new sysctl config
ansible.builtin.shell: "sysctl -p"
Expand Down

0 comments on commit 167219b

Please sign in to comment.