From 442f9954b62477da117125772d5b5f5321a38182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 20 Oct 2003 08:36:56 +0000 Subject: Clog the security hole in RIP input plugin. Streams may be saved only into onle directory. Note, this is patch only for xine-engine. It doesn't cover cfg:// MRLs used by xine-ui. CVS patchset: 5558 CVS date: 2003/10/20 08:36:56 --- src/xine-engine/configfile.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/configfile.h') diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index e3e4cb0a1..c55cfdee5 100644 --- a/src/xine-engine/configfile.h +++ b/src/xine-engine/configfile.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.h,v 1.25 2003/07/31 12:04:55 mroi Exp $ + * $Id: configfile.h,v 1.26 2003/10/20 08:36:57 valtri Exp $ * * config file management * @@ -41,6 +41,13 @@ extern "C" { #define CONFIG_FILE_VERSION 1 +/* + * config entries above this experience + * level musn't be changed from MRL + */ +#define XINE_CONFIG_SECURITY 50 + + typedef struct cfg_entry_s cfg_entry_t; typedef struct config_values_s config_values_t; -- cgit v1.2.3