mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
syscall_limiter: 20160105 -> 20170123
This commit is contained in:
parent
0c488ed8f0
commit
db95097674
@ -6,16 +6,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "syscall_limiter-${version}";
|
name = "syscall_limiter-${version}";
|
||||||
version = "${date}-${stdenv.lib.strings.substring 0 7 rev}";
|
version = "20170123";
|
||||||
date = "20160105";
|
|
||||||
rev = "b02c0316a2aaff496f712f1467e20337006655cc";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vi";
|
owner = "vi";
|
||||||
repo = "syscall_limiter";
|
repo = "syscall_limiter";
|
||||||
inherit rev;
|
rev = "481c8c883f2e1260ebc83b352b63bf61a930a341";
|
||||||
sha256 = "14q5k5c8hk7gnxhgwaamwbibasb3pwj6jnqsxa1bdp16n6jdajxd";
|
sha256 = "0z5arj1kq1xczgrbw1b8m9kicbv3vs9bd32wvgfr4r6ndingsp5m";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = "";
|
configurePhase = "";
|
||||||
@ -35,9 +33,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Start Linux programs with only selected syscalls enabled";
|
description = "Start Linux programs with only selected syscalls enabled";
|
||||||
homepage = https://github.com/vi/syscall_limiter;
|
homepage = https://github.com/vi/syscall_limiter;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ obadz ];
|
maintainers = with maintainers; [ obadz ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user