This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MOVE_MOUNT(2) Linux Programmer's Manual MOVE_MOUNT(2) | |
NAME | |
move_mount - Move mount objects around the filesystem topology | |
SYNOPSIS | |
#include <sys/types.h> | |
#include <sys/mount.h> | |
#include <unistd.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OPEN_TREE(2) Linux Programmer's Manual OPEN_TREE(2) | |
NAME | |
open_tree - Pick or clone mount object and attach to fd | |
SYNOPSIS | |
#include <sys/types.h> | |
#include <sys/mount.h> | |
#include <unistd.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> | |
# Maintainer: Tobias Powalowski <tpowa@archlinux.org> | |
# Contributor: Daniel Micay <danielmicay@gmail.com> | |
# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws> | |
pkgbase=libseccomp | |
pkgname=('libseccomp' 'python-libseccomp') | |
pkgver=2.4.2 | |
pkgrel=1 | |
pkgdesc='Enhanced seccomp library' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- PKGBUILD_old 2020-06-24 10:43:28.790287474 -0700 | |
+++ PKGBUILD 2020-06-24 10:54:25.343958327 -0700 | |
@@ -3,7 +3,8 @@ | |
# Contributor: Daniel Micay <danielmicay@gmail.com> | |
# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws> | |
-pkgname=libseccomp | |
+pkgbase=libseccomp | |
+pkgname=('libseccomp' 'python-libseccomp') | |
pkgver=2.4.2 |