]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
UBUNTU: Add ubuntu-host module
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 30 Sep 2020 01:01:09 +0000 (20:01 -0500)
committerPaolo Pisati <paolo.pisati@canonical.com>
Tue, 2 Nov 2021 07:24:50 +0000 (08:24 +0100)
commit0d3151ac6dc69cc5006fc51b38ca136225610557
treed54c73fe695c287d69ed3cc9105fd2cff1ad81a0
parent7097c318f476d4573ea5df0fbf34bc48ce869b7b
UBUNTU: Add ubuntu-host module

ubuntu-host is a module for providing data to containers via proc.
Initially it is populated with a single file, esm-token, for
supplying ESM access tokens.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
ubuntu/Kconfig
ubuntu/Makefile
ubuntu/ubuntu-host/Kconfig [new file with mode: 0644]
ubuntu/ubuntu-host/Makefile [new file with mode: 0644]
ubuntu/ubuntu-host/ubuntu-host.c [new file with mode: 0644]