Skip to content

Commit

Permalink
make containers privileged to be able to use sysctl vm.mmap_rnd_bits=…
Browse files Browse the repository at this point in the history
…28 for ASAN
  • Loading branch information
mirostauder committed Mar 12, 2024
1 parent 321be9d commit 434166e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version: "2.0"
version: "3.0"
services:

####################################################################################################
####################################################################################################
_build:
image: none
network_mode: bridge
privileged: true
environment:
- MAKE
- MAKEOPT
Expand Down

0 comments on commit 434166e

Please sign in to comment.