[PATCH] Add <<none>> support to sepgsql_restorecon

From: Ted Toth <txtoth(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] Add <<none>> support to sepgsql_restorecon
Date: 2022-11-21 20:57:21
Message-ID: CAFPpqQH1NHRhbtOBqcXofGHhS6k5-P7H_ZY3na3zYXfW+_b2NA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In SELinux file context files you can specify <<none>> for a file
meaning you don't want restorecon to relabel it. <<none>> is
especially useful in an SELinux MLS environment when objects are
created at a specific security level and you don't want restorecon to
relabel them to the wrong security level.

Ted

Attachment Content-Type Size
sepgsql_context_none.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-11-21 20:58:05 Re: More efficient build farm animal wakeup?
Previous Message Robert Haas 2022-11-21 20:55:20 Re: Damage control for planner's get_actual_variable_endpoint() runaway