Lines Matching +full:where +full:- +full:object
1 .\" Hey Emacs! This file is -*- nroff -*- source.
6 selabel_db \- userspace SELinux labeling interface and configuration file format for the RDBMS obje…
25 The DB contexts backend maps from a pair of object name and class into security contexts. It is use…
47 argument specifies the name of a schema object, such as "postgres.public".
52 argument specifies the name of a table object, such as "postgres.public.my_table"
57 argument specifies the name of a column object, such as "postgres.public.my_table.user_id"
62 …object which contains the tuples to be relabeled, such as "postgresql.public.my_table". Note that …
67 argument specifies the name of a procedure object, such as "postgres.public.my_func". Note that we …
72 argument specifies the name of a sequence object, such as "postgres.public.my_seq".
77 argument specifies the name of a large object, such as "postgres.16308".
78 Note that a large object does not have a name, so it is identified by its identifier value.
83 argument specifies the name of a view object, such as "postgres.public.my_view".
88 argument specifies the name of a language object, such as "postgres.public.tcl".
93 argument specifies the name of a exception object.
98 argument specifies the name of a type or domain object, such as postgres.public.my_type.
108 The \fBFILES\fR section details the configuration files used to determine the database object conte…
115 A non-null value for this option specifies a path to a file that will be opened in lieu of the stan…
116 It tries to open the specfile designed for SE-PostgreSQL as default, so if another RDBMS uses this …
120 …R value specified is used (this option must be used to support databases other than SE-PostgreSQL).
122 The default database object contexts file is:
127 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBsel…
129 The entries within the database contexts file are shown in the \fBObject Name String Values\fR and …
131 .SH "Object Name String Values"
158 Where:
162 This is the string representation of the object type shown in the \fBObject Name String Values\fR s…
174 The security context that will be applied to the object.
178 The following example is for SE-PostgreSQL:
202 SE-PostgreSQL has a namespace hierarchy where a database is the top level object with the schema be…