msg_Err(p_this,"option %s is unsafe and is blocked by security policy",psz_name);
return;
case1:/* allow */
break;
case2:/* prompt */
{
chardescription[256];
snprintf(description,sizeof(description),_("playlist item is making use of the following unsafe option '%s', which may be harmful if used in a malicious way, authorize it ?"),psz_name);