Lebanon justice minister resigns over Hizbollah ‘domination’

Lebanon justice minister resigns over Hizbollah ‘domination’

Beirut — Lebanon's Justice Minister Ashraf Rifi, a fierce opponent of the country's powerful Hizbollah movement, said Sunday he was resigning over the group's "domination" of the government.

Rifi's decision comes two days after Saudi Arabia announced it was suspending $3 billion in aid to Lebanon's army in protest over "hostile" positions it said were inspired by Hizbollah.

"There is an armed part that is dominating the government's decision," Rifi said in a statement, referring to Hizbollah.

"Hizbollah has used this government to consolidate its project of a mini-state. It wanted to use it as a tool to extend its control over the state and its decisions," he added.

"I will not accept becoming false witness and covering for those trying to dominate the state and its institutions... that is why I am presenting my resignation."

Rifi accused Hizbollah of being responsible for the political crisis in Lebanon that has left the country without a president for the last 21 months.

And he said the Iranian-backed party was "destroying Lebanon's relations with the kingdom of Saudi Arabia".

Lebanon's political scene is deeply divided, with the government split roughly between a bloc led by Hizbollah and another headed by former prime minister Saad Hariri, to which Rifi belongs.

Hizbollah is a close ally of the Syrian regime, and is backed by Tehran, while Hariri’s bloc is close to Iran’s regional rival Saudi Arabia, and is supported by Western powers including Washington.

The schism has been exacerbated by the war in neighbouring Syria, with Hizbollah sending fighters to bolster President Bashar Assad against an uprising that is supported by Saudi Arabia and Hariri’s political bloc.

Rifi’s resignation statement also cited alleged Hizbollah interference in the case of Lebanon’s former information minister Michel Samaha, who is facing charges of having planned “terrorist” acts.

Rifi accused Hizbollah of blocking his efforts to transfer the case against Samaha, a former close confidante of Damascus, to Lebanon’s highest court.

Samaha is currently free on bail as he faces retrial on charges of plotting attacks with Syrian security services chief Ali Mamluk.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });