You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's for this reason that deny_execmem is set to false, even though the intent and effect is to deny execmem:
gen_tunable(deny_execmem,false)
This is highly confusing and should be renamed to allow_execmem and remain false by default. This would accurately capture the intent: that allowing execmem is disabled/false.
The text was updated successfully, but these errors were encountered:
the naming of
deny_execmem
implies that if it is set totrue
, then execmem will be denied. However, the opposite is the case, for example:It's for this reason that
deny_execmem
is set tofalse
, even though the intent and effect is to deny execmem:This is highly confusing and should be renamed to
allow_execmem
and remainfalse
by default. This would accurately capture the intent: that allowing execmem is disabled/false
.The text was updated successfully, but these errors were encountered: