commit | 433a99d4032706af724ff779d8d9d539f20793f8 | [log] [tgz] |
---|---|---|
author | KaiGai Kohei <kaigai@ak.jp.nec.com> | Tue Apr 07 22:48:01 2009 -0400 |
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | Tue Apr 07 22:48:01 2009 -0400 |
tree | 661ca9421f90b66b91189ce68f38c645d731e763 | |
parent | 55ed6e7fa6b7d55c628fa04508521920e60a43f7 [diff] |
It is useful for userspace object manager, if libselinux has an interface something like: int security_deny_unknown(void); This interface can suggest applications preferable behavior when string_to_security_class() or string_to_av_perm() returns invalid value which means the security policy does not define required ones. Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>