]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 15 Feb 2021 07:25:57 +0000 (08:25 +0100)
commit0e16382cfc70fe7b6b4c6ba3cf4db9abd31bfcee
tree6f9f030cef790e1690f8414d21a7efd5a05f9fe6
parent43bcadad19e906958d8e82e9b4e58f56f3046574
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]