File: control

package info (click to toggle)
oci-seccomp-bpf-hook 1.2.11%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: sh: 244; makefile: 121
file content (37 lines) | stat: -rw-r--r-- 1,544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: oci-seccomp-bpf-hook
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Domenico Andreoli <cavok@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               go-md2man,
               golang-any,
               golang-github-containers-common-dev,
               golang-github-iovisor-gobpf-dev,
               golang-github-opencontainers-specs-dev,
               golang-github-seccomp-libseccomp-golang-dev,
               golang-github-stretchr-testify-dev,
               golang-gopkg-yaml.v3-dev,
               golang-logrus-dev,
               libconfig-model-dpkg-perl,
               libseccomp-dev,
               pkgconf
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/oci-seccomp-bpf-hook
Vcs-Git: https://salsa.debian.org/go-team/packages/oci-seccomp-bpf-hook.git
Homepage: https://github.com/containers/oci-seccomp-bpf-hook
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/containers/oci-seccomp-bpf-hook

Package: oci-seccomp-bpf-hook
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: OCI hook to trace syscalls and generate a seccomp profile
 This project provides an OCI hook to generate seccomp profiles by
 tracing the syscalls made by the container. The generated profile
 would allow all the syscalls made and deny every other syscall.