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