Skip to content

Commit

Permalink
HBSD: fix typo ENABLED -> DISABLED
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Pinter <[email protected]>
  • Loading branch information
opntr committed Dec 26, 2014
1 parent 05cbea6 commit e880354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/hardenedbsd/hbsd_pax_hardening.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int pax_init_hardening_global = PAX_FEATURE_SIMPLE_ENABLED;
static int pax_map32_enabled_global = PAX_FEATURE_SIMPLE_ENABLED;
static int pax_mprotect_exec_harden_global = PAX_FEATURE_SIMPLE_DISABLED;
static int pax_procfs_harden_global = PAX_FEATURE_SIMPLE_DISABLED;
static int pax_randomize_pids_global = PAX_FEATURE_SIMPLE_ENABLED;
static int pax_randomize_pids_global = PAX_FEATURE_SIMPLE_DISABLED;
static int pax_init_hardening_global = PAX_FEATURE_SIMPLE_DISABLED;
#endif

Expand Down

0 comments on commit e880354

Please sign in to comment.