Skip to content

Commit

Permalink
Adding conda as a package manager for Python that could be used
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo E <[email protected]>
  • Loading branch information
pabloem authored and poiana committed May 3, 2023
1 parent 1bd7e4a commit f773578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,13 @@
frontend, preinst, add-apt-reposit, apt-auto-remova, apt-key,
apt-listchanges, unattended-upgr, apt-add-reposit, apt-cache, apt.systemd.dai
]
- list: python_package_managers
items: [pip, pip3, conda]

# The truncated dpkg-preconfigu is intentional, process names are
# truncated at the falcosecurity-libs level.
- list: package_mgmt_binaries
items: [rpm_binaries, deb_binaries, update-alternat, gem, npm, pip, pip3, sane-utils.post, alternatives, chef-client, apk, snapd]
items: [rpm_binaries, deb_binaries, update-alternat, gem, npm, python_package_managers, sane-utils.post, alternatives, chef-client, apk, snapd]

- macro: package_mgmt_procs
condition: proc.name in (package_mgmt_binaries)
Expand Down

0 comments on commit f773578

Please sign in to comment.