]> git.proxmox.com Git - lxcfs.git/blob - debian/control
4aa30433c355be3ba2ea56675a98de935afc72fd
[lxcfs.git] / debian / control
1 Source: lxcfs
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 12),
6 help2man,
7 libfuse-dev,
8 libpam0g-dev,
9 meson,
10 pkg-config,
11 python3-jinja2,
12 quilt,
13 # FIXME: why systemd as b-d?!
14 systemd,
15 Standards-Version: 4.5.1
16 Homepage: https://linuxcontainers.org
17
18 Package: lxcfs
19 Architecture: any
20 Depends: ${misc:Depends},
21 ${shlibs:Depends},
22 Description: LXC userspace filesystem
23 LXCFS is a simple userspace filesystem designed to workaround some current
24 limitations of the Linux kernel. The main driver for this work was the
25 need to run systemd based containers as a regular unprivileged user
26 while still allowing systemd inside the container to interact with cgroups.