From: KaiGai Kohei <kaigai@kaigai.gr.jp>
To: selinux@tycho.nsa.gov
Cc: jbrindle@tresys.com, russell@coker.com.au
Subject: [RFC] Security design of SE-PostgreSQL (2/3)
Date: Fri, 16 Feb 2007 14:35:43 +0900 [thread overview]
Message-ID: <45D542AF.1030108@kaigai.gr.jp> (raw)
Hi,
In recent days, I'm making progress in development of SE-PostgreSQL.
I found some issues on the work.
The followings are the issues and solutions which I planed to take.
I want any comment, idea and suggestion.
2. about Loadable module
PostgreSQL allowed to load dynamic link library.
It has a possibility to mess up the access control of SE-PostgreSQL no need
to say, so we have to restrict loading them by the security policy.
I have an idea to add the following access vector for the purpose.
1. allow (context of client) (context of database) database:load_module;
2. allow (context of database) (context of shlib file) database:associate;
The second is a mimic of 'filesystem:associate'.
You can obtain the latest SE-PostgreSQL source code from:
http://code.google.com/p/sepgsql/source
and the sample security policy is here:
http://www.kaigai.gr.jp/pub/selinux-policy-2.5.2-5.sepgsql.src.rpm
Thanks,
--
KaiGai Kohei <kaigai@kaigai.gr.jp>
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next reply other threads:[~2007-02-16 5:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-16 5:35 KaiGai Kohei [this message]
2007-02-18 11:04 ` [RFC] Security design of SE-PostgreSQL (2/3) Russell Coker
2007-02-18 16:15 ` KaiGai Kohei
2007-02-19 6:50 ` Russell Coker
2007-02-20 2:08 ` KaiGai Kohei
2007-02-20 9:45 ` Russell Coker
2007-02-20 12:38 ` KaiGai Kohei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45D542AF.1030108@kaigai.gr.jp \
--to=kaigai@kaigai.gr.jp \
--cc=jbrindle@tresys.com \
--cc=russell@coker.com.au \
--cc=selinux@tycho.nsa.gov \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.