Skip to content

Commit

Permalink
OS-2607 need to enable setid dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jjelinek committed Nov 4, 2013
1 parent 1acc9ee commit 7f9c7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/smf_import
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2010 Joyent Inc., All rights reserved.
# Copyright 2013 Joyent Inc., All rights reserved.
#

set -e
Expand Down Expand Up @@ -39,6 +39,7 @@ ${SVCCFG} -v import ${rdmnt}/lib/svc/manifest
${SVCCFG} -s "system/boot-config:default" setprop config/fastreboot_default=false
${SVCCFG} -s "system/auditd:default" setprop general/enabled=true
${SVCCFG} -s "system/coreadm:default" setprop config_params/global_enabled=true
${SVCCFG} -s "system/coreadm:default" setprop config_params/global_setid_enabled=true
${SVCCFG} -s "system/coreadm:default" setprop config_params/global_pattern='/%Z/cores/core.%f.%p'

# These two are only for use in zones.
Expand Down

0 comments on commit 7f9c7a3

Please sign in to comment.