mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Ensure permissions are consistently applied to all imported PCAP files
This commit is contained in:
@@ -180,6 +180,7 @@ for PCAP in "$@"; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cp -f "${PCAP}" "${PCAP_DIR}"/data.pcap
|
cp -f "${PCAP}" "${PCAP_DIR}"/data.pcap
|
||||||
|
chmod 644 "${PCAP_DIR}"/data.pcap
|
||||||
|
|
||||||
fi # end of valid pcap
|
fi # end of valid pcap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user