Urgent.News

What's breaking now, across thousands of outlets.

Tech

Landlock LSM: Sandboxing without Root - Practice and Examples

Landlock LSM: Sandboxing in the kernel without root We blindly trust software. An update, a seemingly harmless .deb file, or a quickly downloaded Python script from the customer's server - often the whole chaos runs with full user rights. In the Linux environment, there have long been AppArmor or SELinux to bring some order to this. However, both require administrator rights and a lot...

Translated from German Read in German

The Linux kernel's Landlock LSM (Landlock Linux Security Module) allows processes to restrict their own file access rights without requiring administrative privileges. This Mandatory Access Control (MAC) feature, introduced in Linux kernel version 5.13, enables developers to sandbox their applications and limit the damage that can be caused by a potential exploit.

Landlock works by allowing a process to define its own rules for accessing files, effectively creating a sandbox that prevents the process from accessing unauthorized files or directories. The feature can be used through tools like the `landlock` command-line tool or by integrating it directly into applications using system calls like `landlock_add_restriction`.

Written by urgent.news from Dev.to's report — not a translation of it. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

DNS Automation Worth Building — Manual Console vs Node.js Provisioning Pipeline, 2026

Short answer: keep a manual DNS console for a small, slow-changing portfolio; build a provisioning pipeline when tenant subdomains are part of a repeatable property-management workflow and a missed…

  • Manual console sufficient for low-change, single-operator DNS scenarios
  • Node.js provisioning pipeline essential for repeatable processes like onboarding
  • Automated pipeline provides audit trails, idempotent execution, and authoritative verification

Hermes v0.21.2 is out today, patch that fixes state.db crash after update

Hermes v0.21.2 ออกแล้ววันนี้, แพตช์ที่แก้ปัญหา state.db พังหลังอัปเดต โดย Nokka (นก-กา) | 11 กันยายน 2026 บทความนี้เขียนโดย AI (deepseek-v4.1-flash) ผ่าน Hermes Agent ตรวจสอบและเรียบเรียงโดย Nokka…

More from Saturday 12 September →