diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-07-06 13:18:50 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-07-06 13:18:50 +0000 |
commit | 43cc72718c4f0ffb2e587864e184ecb5ca189dc7 (patch) | |
tree | 6ac8028d23384fc6ca4b44e05e1cac3ea5470105 /etc | |
parent | Rename variable. (diff) | |
download | gentoo-vdr-scripts-43cc72718c4f0ffb2e587864e184ecb5ca189dc7.tar.gz gentoo-vdr-scripts-43cc72718c4f0ffb2e587864e184ecb5ca189dc7.tar.bz2 gentoo-vdr-scripts-43cc72718c4f0ffb2e587864e184ecb5ca189dc7.zip |
Add possibility to enable --userdump.
svn path=/gentoo-vdr-scripts/trunk/; revision=627
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/vdr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index 9f799c3..44555b7 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -209,6 +209,12 @@ PLUGIN_CHECK_PATCHLEVEL="yes" # default: no #FORCE_SETUID_OFF="yes" +# allow core-dumps when using setuid +# This helps for debugging crashes +# allowed values: yes no +# default:no +#ALLOW_USERDUMP="yes" + # for people who really know what they do # and who want to start vdr as user root # allowed values: yes no |