Actions
Bug #1491
closedpf_ring is not able to capture packets when running under non-root account
Affected Versions:
Effort:
Difficulty:
Label:
Description
If we set user and group in configuration file, suricata can not capture packets with pf_ring, because interface is not switched to promiscuous mode. But if we do "ifconfig eth0 promisc" before starting suricata, everything works fine. It seems that dropping privileges makes pf_ring useless.
Updated by Alexander Gozman over 9 years ago
Seems that CAP_NET_ADMIN is insufficient for promiscuous mode and CAP_NET_RAW is required.
Updated by Alexander Gozman over 9 years ago
Updated by Victor Julien over 9 years ago
- Status changed from New to Closed
- Assignee set to Alexander Gozman
- Target version set to 3.0RC1
- % Done changed from 0 to 100
Actions