HomeSort by relevance Sort by last modified time
    Searched refs:allow_execstack (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/
make.bash 83 if [ -d $se_mount -a -f $se_mount/booleans/allow_execstack -a -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
84 if ! cat $se_mount/booleans/allow_execstack | grep -c '^1 1$' >> /dev/null ; then
88 echo " # setsebool -P allow_execstack 1"
  /prebuilts/go/linux-x86/src/
make.bash 83 if [ -d $se_mount -a -f $se_mount/booleans/allow_execstack -a -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
84 if ! cat $se_mount/booleans/allow_execstack | grep -c '^1 1$' >> /dev/null ; then
88 echo " # setsebool -P allow_execstack 1"
  /external/selinux/libsepol/tests/policies/test-expander/
module.conf 4 bool allow_ypbind, secure_mode, allow_execstack;
13 if (module_1_bool && allow_ypbind && secure_mode && allow_execstack) {
alias-base.conf 456 bool allow_execstack true;
role-base.conf 438 bool allow_execstack true;
user-base.conf 441 bool allow_execstack true;
small-base.conf 676 bool allow_execstack true;
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 478 bool allow_execstack true;
base-notmetreq.conf 465 bool allow_execstack true;
small-base.conf 466 bool allow_execstack true;
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 938 bool allow_execstack true;
    [all...]

Completed in 92 milliseconds