Re: implement BLP model on Postgresql db

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Pourghorban.S"  wrote:
 
> I know that I should add a additional column in my data base tables
> that show the level of access of each row.  these level types is
> finite.
 
You need to spend some time with the documentation:
 
http://www.postgresql.org/docs/current/interactive/index.html
 
You might want to pay particular attention to table inheritance and
the roles system available in PostgreSQL.  If each security level
inherits from the next level up, you might be able to grant
permissions to appropriate roles at each level to achieve what you
need.
 
-Kevin

-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux