Re: sepgsql where are the security labels

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ted Toth <txtoth(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: sepgsql where are the security labels
Date: 2014-11-12 23:56:40
Message-ID: 5463F3B8.4080903@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/12/2014 02:45 PM, Ted Toth wrote:
> I'm running selinux mls policy I've got labeled ipsec working and my
> postgresql configured to load
> sepgsql. I've created a db, run the sepgsql.sql script on it, created
> tables and inserted data. How do I
> query the security labels on the data?

I do not use SECURITY LABELS, but it seems they can be queried here:

http://www.postgresql.org/docs/9.3/interactive/view-pg-seclabels.html

As best I can tell there is no
> security_context
> column on either of the tables I've created that I see? How does the
> system column security_context get added to tables? I've read
> everything I can find on the web but
> a lot of it is dated. Here's how I'm creating my db and tables:
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Uckun 2014-11-13 01:17:50 Managing Key Value tags on rows
Previous Message Ted Toth 2014-11-12 22:45:40 sepgsql where are the security labels