Use new summary system

This commit is contained in:
2021-10-09 15:44:49 -05:00
parent 20406c8a51
commit 19a94b2f81
7 changed files with 28 additions and 28 deletions

View File

@@ -7,17 +7,17 @@ aliases = [
"posts/allow-non-root-processes-to-bind-to-privileged-ports/",
]
description = """
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
running as root. Here's how to allow any process to bind to privileged ports.
"""
tags = [
"guide",
"linux",
]
+++
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
running as root. Here's how to allow any process to bind to privileged ports.
<!--more-->
## Introduction
In Linux, processes cannot bind to privileged ports (<=1024) unless they are