Changeset 14243 in hybrid
- Timestamp:
- Nov 27, 2018, 2:23:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/cfg/nanobsd.wleiden
r14210 r14243 235 235 236 236 237 # Monit permissions needs to be more restrictive which cannot be set by 238 # repository tooling 239 cust_monitrc_permissions () ( 240 if [ -r ${NANO_WORLDDIR}/usr/local/etc/monitrc ]; then 241 chroot ${NANO_WORLDDIR} sh -c "chmod 0600 /usr/local/etc/monitrc" 242 fi 243 ) 244 245 237 246 # Assuming we are running a safe envirionment where snooping could occur during or after the build 238 247 cust_set_root_password() ( … … 445 454 customize_cmd cust_unbound_rights 446 455 customize_cmd cust_update_databases 456 customize_cmd cust_monitrc_permissions 447 457 #customize_cmd cust_apply_nanobsd_patches 448 458 late_customize_cmd late_cust_unset_common_var_and_tmp
Note:
See TracChangeset
for help on using the changeset viewer.