]> Cypherpunks repositories - gostls13.git/commit
build: fix check for selinux's allow_execstack on Fedora 16
authorBobby Powers <bobbypowers@gmail.com>
Fri, 11 Nov 2011 21:41:37 +0000 (16:41 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Nov 2011 21:41:37 +0000 (16:41 -0500)
commit90c5070000d1db22409dd5b97b3a3bb777021b03
treee4f26e3ace7cd22c4db15aaa7bfbeb5a06d3986b
parent6d9c02aea3e902633ca62b220686580705bdcaf8
build: fix check for selinux's allow_execstack on Fedora 16

Fedora 16 mounts selinux at /sys/fs/selinux, instead of the
traditional /selinux.  Check both locations for the selinux
filesystem in make.bash

Fixes #2448.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5373077
src/make.bash