kyra(hardening): hardened malloc init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
0998e016cd
commit
df80d3a16a
1 changed files with 7 additions and 0 deletions
7
kyra/environment/memoryAllocator.nix
Normal file
7
kyra/environment/memoryAllocator.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment = {
|
||||||
|
memoryAllocator = {
|
||||||
|
provider = pkgs.graphene-hardened;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue