trunk: Add kernel_service access vectors, from Stephen Smalley.
This commit is contained in:
parent
e66a0cad18
commit
347a701119
@ -1,3 +1,5 @@
|
|||||||
|
- Add kernel_service access vectors, from Stephen Smalley.
|
||||||
|
|
||||||
* Wed Dec 10 2008 Chris PeBenito <selinux@tresys.com> - 2.20081210
|
* Wed Dec 10 2008 Chris PeBenito <selinux@tresys.com> - 2.20081210
|
||||||
- Fix consistency of audioentropy and iscsi module naming.
|
- Fix consistency of audioentropy and iscsi module naming.
|
||||||
- Debian file context fix for xen from Russell Coker.
|
- Debian file context fix for xen from Russell Coker.
|
||||||
|
@ -782,3 +782,9 @@ class x_application_data
|
|||||||
paste_after_confirm
|
paste_after_confirm
|
||||||
copy
|
copy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class kernel_service
|
||||||
|
{
|
||||||
|
use_as_override
|
||||||
|
create_files_as
|
||||||
|
}
|
||||||
|
@ -116,4 +116,7 @@ class x_event # userspace
|
|||||||
class x_synthetic_event # userspace
|
class x_synthetic_event # userspace
|
||||||
class x_application_data # userspace
|
class x_application_data # userspace
|
||||||
|
|
||||||
|
# kernel services that need to override task security, e.g. cachefiles
|
||||||
|
class kernel_service
|
||||||
|
|
||||||
# FLASK
|
# FLASK
|
||||||
|
Loading…
Reference in New Issue
Block a user