Skip to content

Commit

Permalink
fix: setup: package seccomp filter
Browse files Browse the repository at this point in the history
seccomp.json that is usable for FreeIPA should be packaged.

Signed-off-by: Alexander Bokovoy <[email protected]>
  • Loading branch information
abbra committed Oct 10, 2024
1 parent 03dea2d commit 2774506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

MRACK_CONF = "mrack.conf"
PROV_CONF = "provisioning-config.yaml"
SECCOMP_JSON = "seccomp.json"

setup(
name="mrack",
Expand All @@ -52,7 +53,8 @@
install_requires=reqs,
scripts=["scripts/mrack"],
package_data={
"mrack": [f"data/{datafile}" for datafile in [MRACK_CONF, PROV_CONF]]
"mrack": [f"data/{datafile}" for datafile in [MRACK_CONF, PROV_CONF,
SECCOMP_JSON]]
},
extras_require={
"krb-owner": ["gssapi"],
Expand Down

0 comments on commit 2774506

Please sign in to comment.