Skip to content

Commit

Permalink
HBSD: Bump __HardenedBSD_version to 1200050
Browse files Browse the repository at this point in the history
Changed __HardenedBSD_version scheme.

Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
  • Loading branch information
opntr committed Jun 15, 2017
1 parent 7bfd928 commit 4270110
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions UPDATING-HardenedBSD
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[20170616] Changed __HardenedBSD_version scheme
__HardenedBSD_version = 1200050

The version numbers may differ in different branches (10-STABLE,
11-STABLE, 12-CURRENT) and to keep the version number in pair
with the features state, there is a need to allow to bump they
differently.


[20170616] Changed default protection settings for text section
__HardenedBSD_version = 50

Expand Down
2 changes: 1 addition & 1 deletion sys/sys/pax.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef _SYS_PAX_H
#define _SYS_PAX_H

#define __HardenedBSD_version 50UL
#define __HardenedBSD_version 1200050UL

#if defined(_KERNEL) || defined(_WANT_PRISON)
struct hbsd_features {
Expand Down

0 comments on commit 4270110

Please sign in to comment.