aboutsummaryrefslogtreecommitdiff
path: root/selinux_pols/dmesg.te
blob: dd8572395d317762a9188e281b52c4d994e45fec (plain)
1
2
3
4
5
6
7
8
9
10
module dmesg 1.0;

require {
	type dmesg_t;
	type tty_device_t;
	class chr_file { read write };
}

#============= dmesg_t ==============
allow dmesg_t tty_device_t:chr_file { read write };