tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
syscall_limiter: 20160105 -> 20170123
obadz
9 years ago
db950976
0c488ed8
+9
-11
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
syscall_limiter
default.nix
+9
-11
pkgs/os-specific/linux/syscall_limiter/default.nix
···
6
}:
7
8
stdenv.mkDerivation rec {
9
-
name = "syscall_limiter-${version}";
10
-
version = "${date}-${stdenv.lib.strings.substring 0 7 rev}";
11
-
date = "20160105";
12
-
rev = "b02c0316a2aaff496f712f1467e20337006655cc";
13
14
src = fetchFromGitHub {
15
-
owner = "vi";
16
-
repo = "syscall_limiter";
17
-
inherit rev;
18
-
sha256 = "14q5k5c8hk7gnxhgwaamwbibasb3pwj6jnqsxa1bdp16n6jdajxd";
19
};
20
21
configurePhase = "";
···
35
36
meta = with stdenv.lib; {
37
description = "Start Linux programs with only selected syscalls enabled";
38
-
homepage = https://github.com/vi/syscall_limiter;
39
-
license = licenses.mit;
40
maintainers = with maintainers; [ obadz ];
41
-
platforms = platforms.linux;
42
};
43
}
···
6
}:
7
8
stdenv.mkDerivation rec {
9
+
name = "syscall_limiter-${version}";
10
+
version = "20170123";
0
0
11
12
src = fetchFromGitHub {
13
+
owner = "vi";
14
+
repo = "syscall_limiter";
15
+
rev = "481c8c883f2e1260ebc83b352b63bf61a930a341";
16
+
sha256 = "0z5arj1kq1xczgrbw1b8m9kicbv3vs9bd32wvgfr4r6ndingsp5m";
17
};
18
19
configurePhase = "";
···
33
34
meta = with stdenv.lib; {
35
description = "Start Linux programs with only selected syscalls enabled";
36
+
homepage = https://github.com/vi/syscall_limiter;
37
+
license = licenses.mit;
38
maintainers = with maintainers; [ obadz ];
39
+
platforms = platforms.linux;
40
};
41
}