Module: sems Branch: master Commit: 28e3a82f3805dd9288291944c496daf5c143331d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=28e3a82f3805dd9288291944c496daf5c143331d
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Nov 16 17:46:44 2011 +0100 added notes to debconf about setuid/core files --- pkg/debian/sems.default | 9 ++++++--- pkg/debian/sems.templates | 6 +++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pkg/debian/sems.default b/pkg/debian/sems.default index 3c4cb5b..7448e06 100644 --- a/pkg/debian/sems.default +++ b/pkg/debian/sems.default @@ -5,17 +5,20 @@ # Note: the #DEBCONF-xxx-START and DEBCONF-xxx-END lines are used for # debconf configuration, please don't remove or alter them. -# ser configuration file +# SEMS configuration file #DEBCONF-CFG_FILE-START SEMS_CFG_FILE="/etc/sems/sems.conf" #DEBCONF-CFG_FILE-END -# user to run ser as +# WARN: if SEMS_USER/SEMS_GROUP is set, dumping core +# might not work any more on linux + +# user to run SEMS as #DEBCONF-USER-START SEMS_USER="sems" #DEBCONF-USER-END -# group to run ser as +# group to run SEMS as #DEBCONF-GROUP-START SEMS_GROUP="sems" #DEBCONF-GROUP-END diff --git a/pkg/debian/sems.templates b/pkg/debian/sems.templates index db71b7f..e760105 100644 --- a/pkg/debian/sems.templates +++ b/pkg/debian/sems.templates @@ -19,7 +19,8 @@ Default: sems Description: User to run SEMS as Set the user which SEMS should run as. Default is 'sems' user. . - Note: if you want sems to be able to dump a core file in case of crash, you have to run it as root user. + Note: if you want sems to be able to dump a core file in case of crash, you may have to run it as root user. + Leave this free to run as root user. . Enter "!" to not modify this option. @@ -29,6 +30,9 @@ Default: sems Description: Group to run SEMS as Set the group which SEMS should run as. Default is 'sems' group. . + Note: if you want sems to be able to dump a core file in case of crash, you may have to run it as root user. + Leave this free to run as root user. + . Enter "!" to not modify this option. Template: sems/CREATE_CORE _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
