Print this page
7029 want per-process exploit mitigation features (secflags)
7030 want basic address space layout randomization (aslr)
7031 noexec_user_stack should be a secflag
7032 want a means to forbid mappings around NULL.
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man5/Makefile
+++ new/usr/src/man/man5/Makefile
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet
9 9 # at http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2011, Richard Lowe
14 14 # Copyright (c) 2012 by Delphix. All rights reserved.
15 15 # Copyright 2014 Nexenta Systems, Inc.
16 16 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
17 17 # Copyright (c) 2015, Joyent, Inc. All rights reserved.
18 18 #
19 19
20 20 include $(SRC)/Makefile.master
21 21
22 22 MANSECT= 5
23 23
24 24 MANFILES= Intro.5 \
25 25 acl.5 \
26 26 ad.5 \
27 27 ascii.5 \
28 28 attributes.5 \
29 29 audit_binfile.5 \
30 30 audit_remote.5 \
31 31 audit_syslog.5 \
32 32 brands.5 \
33 33 byteorder.5 \
34 34 cancellation.5 \
35 35 charmap.5 \
36 36 condition.5 \
37 37 crypt_bsdbf.5 \
38 38 crypt_bsdmd5.5 \
39 39 crypt_sha256.5 \
40 40 crypt_sha512.5 \
41 41 crypt_sunmd5.5 \
42 42 crypt_unix.5 \
43 43 device_clean.5 \
44 44 dhcp.5 \
45 45 environ.5 \
46 46 epoll.5 \
47 47 eqn.5 \
48 48 eqnchar.5 \
49 49 eventfd.5 \
50 50 extendedFILE.5 \
51 51 filesystem.5 \
52 52 fnmatch.5 \
53 53 formats.5 \
54 54 fsattr.5 \
55 55 grub.5 \
56 56 gss_auth_rules.5 \
57 57 hal.5 \
58 58 iconv.5 \
59 59 iconv_unicode.5 \
60 60 ieee802.3.5 \
61 61 ieee802.11.5 \
62 62 ipfilter.5 \
63 63 isalist.5 \
64 64 kerberos.5 \
65 65 krb5_auth_rules.5 \
66 66 krb5envvar.5 \
67 67 largefile.5 \
68 68 lf64.5 \
69 69 lfcompile.5 \
70 70 lfcompile64.5 \
71 71 locale.5 \
72 72 man.5 \
73 73 mandoc_char.5 \
74 74 mandoc_roff.5 \
75 75 mdoc.5 \
76 76 me.5 \
77 77 mech_spnego.5 \
78 78 mm.5 \
79 79 ms.5 \
80 80 mutex.5 \
81 81 nfssec.5 \
82 82 pam_allow.5 \
83 83 pam_authtok_check.5 \
84 84 pam_authtok_get.5 \
85 85 pam_authtok_store.5 \
86 86 pam_deny.5 \
87 87 pam_dhkeys.5 \
88 88 pam_dial_auth.5 \
89 89 pam_krb5.5 \
90 90 pam_krb5_migrate.5 \
91 91 pam_ldap.5 \
92 92 pam_list.5 \
93 93 pam_passwd_auth.5 \
94 94 pam_rhosts_auth.5 \
95 95 pam_roles.5 \
96 96 pam_sample.5 \
97 97 pam_smb_passwd.5 \
98 98 pam_smbfs_login.5 \
99 99 pam_timestamp.5 \
100 100 pam_tsol_account.5 \
101 101 pam_unix_account.5 \
102 102 pam_unix_auth.5 \
103 103 pam_unix_cred.5 \
↓ open down ↓ |
103 lines elided |
↑ open up ↑ |
104 104 pam_unix_session.5 \
105 105 pkcs11_kernel.5 \
106 106 pkcs11_softtoken.5 \
107 107 pkcs11_tpm.5 \
108 108 privileges.5 \
109 109 prof.5 \
110 110 rbac.5 \
111 111 regex.5 \
112 112 regexp.5 \
113 113 resource_controls.5 \
114 + security-flags.5 \
114 115 smf.5 \
115 116 smf_bootstrap.5 \
116 117 smf_method.5 \
117 118 smf_restarter.5 \
118 119 smf_security.5 \
119 120 smf_template.5 \
120 121 standards.5 \
121 122 sticky.5 \
122 123 tbl.5 \
123 124 tecla.5 \
124 125 term.5 \
125 126 threads.5 \
126 127 timerfd.5 \
127 128 trusted_extensions.5 \
128 129 vgrindefs.5 \
129 130 zones.5 \
130 131 zpool-features.5
131 132
132 133 MANLINKS= ANSI.5 \
133 134 C++.5 \
134 135 C.5 \
135 136 CSI.5 \
136 137 ISO.5 \
137 138 MT-Level.5 \
138 139 POSIX.1.5 \
139 140 POSIX.2.5 \
140 141 POSIX.5 \
141 142 RBAC.5 \
142 143 SUS.5 \
143 144 SUSv2.5 \
144 145 SUSv3.5 \
145 146 SVID.5 \
146 147 SVID3.5 \
147 148 XNS.5 \
148 149 XNS4.5 \
149 150 XNS5.5 \
150 151 XPG.5 \
151 152 XPG3.5 \
152 153 XPG4.5 \
153 154 XPG4v2.5 \
154 155 advance.5 \
155 156 architecture.5 \
156 157 availability.5 \
157 158 compile.5 \
158 159 endian.5 \
159 160 intro.5 \
160 161 pthreads.5 \
161 162 stability.5 \
162 163 standard.5 \
163 164 step.5 \
164 165 teclarc.5
165 166
166 167 intro.5 := LINKSRC = Intro.5
167 168
168 169 CSI.5 := LINKSRC = attributes.5
169 170 MT-Level.5 := LINKSRC = attributes.5
170 171 architecture.5 := LINKSRC = attributes.5
171 172 availability.5 := LINKSRC = attributes.5
172 173 stability.5 := LINKSRC = attributes.5
173 174 standard.5 := LINKSRC = attributes.5
174 175
175 176 endian.5 := LINKSRC = byteorder.5
176 177
177 178 RBAC.5 := LINKSRC = rbac.5
178 179
179 180 advance.5 := LINKSRC = regexp.5
180 181 compile.5 := LINKSRC = regexp.5
181 182 step.5 := LINKSRC = regexp.5
182 183
183 184 ANSI.5 := LINKSRC = standards.5
184 185 C++.5 := LINKSRC = standards.5
185 186 C.5 := LINKSRC = standards.5
186 187 ISO.5 := LINKSRC = standards.5
187 188 POSIX.1.5 := LINKSRC = standards.5
188 189 POSIX.2.5 := LINKSRC = standards.5
189 190 POSIX.5 := LINKSRC = standards.5
190 191 SUS.5 := LINKSRC = standards.5
191 192 SUSv2.5 := LINKSRC = standards.5
192 193 SUSv3.5 := LINKSRC = standards.5
193 194 SVID.5 := LINKSRC = standards.5
194 195 SVID3.5 := LINKSRC = standards.5
195 196 XNS.5 := LINKSRC = standards.5
196 197 XNS4.5 := LINKSRC = standards.5
197 198 XNS5.5 := LINKSRC = standards.5
198 199 XPG.5 := LINKSRC = standards.5
199 200 XPG3.5 := LINKSRC = standards.5
200 201 XPG4.5 := LINKSRC = standards.5
201 202 XPG4v2.5 := LINKSRC = standards.5
202 203
203 204 teclarc.5 := LINKSRC = tecla.5
204 205
205 206 pthreads.5 := LINKSRC = threads.5
206 207
207 208 .KEEP_STATE:
208 209
209 210 include $(SRC)/man/Makefile.man
210 211
211 212 install: $(ROOTMANFILES) $(ROOTMANLINKS)
↓ open down ↓ |
88 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX