partitioned tables and contrib/sepgsql

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: partitioned tables and contrib/sepgsql
Date: 2017-03-09 14:47:18
Message-ID: 20170309144718.GE9812@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

While going over the contrib modules, I noticed that sepgsql was not
updated for partitioned tables. What that appears to mean is that it's
not possible to define labels on partitioned tables. As I recall,
accessing the parent of a table will, similar to the GRANT system, not
perform checkes against the child tables, meaning that there's no way to
have SELinux checks properly enforced when partitioned tables are being
used.

This is an issue which should be resolved for PG10, so I'll add it to
the open items list.

Thanks!

Stephen

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Palmiotto 2017-03-09 14:59:14 Re: partitioned tables and contrib/sepgsql
Previous Message Andrew Borodin 2017-03-09 14:43:27 Re: [GSoC] Self introduction and question to mentors