Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37537240
en ru br
Репозитории ALT

Группа :: Система/Настройка/Прочее
Пакет: slirp4netns

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: slirp4netns
Version: 1.1.12
Release: alt1
Summary:  User-mode networking for unprivileged network namespaces

Group: System/Configuration/Other
License: GPLv2
Url: https://github.com/rootless-containers/slirp4netns
Source: %name-%version.tar
Patch: %name-%version-alt.patch

BuildRequires: libglib2-devel libcap-devel libseccomp-devel libslirp-devel

%description
Starting with Linux 3.8, unprivileged users can create
network_namespaces(7) along with user_namespaces(7). However,
unprivileged network namespaces had not been very useful, because
creating veth(4) pairs across the host and network namespaces still
requires the root privileges. (i.e. No internet connection)

slirp4netns allows connecting a network namespace to the Internet in a
completely unprivileged way, by connecting a TAP device in a network
namespace to the usermode TCP/IP stack ("slirp").

%prep
%setup
%patch -p1

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std

%files
%_bindir/%name
%doc README.md
%_man1dir/%name.*


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin