File: control

package info (click to toggle)
landrun 0.1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: sh: 222; makefile: 14
file content (58 lines) | stat: -rw-r--r-- 1,852 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: landrun
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-landlock-lsm-go-landlock-dev,
 golang-github-urfave-cli-v2-dev,
 help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/landrun
Vcs-Git: https://salsa.debian.org/go-team/packages/landrun.git
Homepage: https://github.com/zouuup/landrun
XS-Go-Import-Path: github.com/zouuup/landrun

Package: landrun
Section: devel
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using:
 ${misc:Built-Using},
Static-Built-Using:
 ${misc:Static-Built-Using},
Description: run any Linux process in a secure unprivileged Landlock sandbox
 A lightweight, secure sandbox for running Linux processes using
 Landlock. Think firejail, but with kernel-level security and minimal
 overhead.
 .
 Linux Landlock is a kernel-native security module that lets unprivileged
 processes sandbox themselves.
 .
 Landrun is designed to make it practical to sandbox any command with
 fine-grained filesystem and network access controls. No root. No
 containers. No SELinux/AppArmor configs.
 .
 This package contains the command-line tools.

Package: golang-github-zouuup-landrun-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-landlock-lsm-go-landlock-dev,
 golang-github-urfave-cli-v2-dev,
 ${misc:Depends},
Description: run any process in a secure unprivileged Landlock sandbox (library)
 A lightweight, secure sandbox for running Linux processes using
 Landlock. Think firejail, but with kernel-level security and minimal
 overhead.
 .
 This package contains the Go development library.