54de9ca
2f74853
module dictd2 1.0;
54de9ca
54de9ca
require {
54de9ca
	type dictd_t;
1fe8b7a
	type user_home_t;
54de9ca
	type var_lib_t;
1fe8b7a
	class dir search;
1fe8b7a
	class file { read getattr open };
54de9ca
}
54de9ca
54de9ca
#============= dictd_t ==============
1fe8b7a
1fe8b7a
#!!!! This avc is allowed in the current policy
1fe8b7a
allow dictd_t user_home_t:dir search;
1fe8b7a
allow dictd_t user_home_t:file open;
1fe8b7a
1fe8b7a
#!!!! This avc is allowed in the current policy
1fe8b7a
allow dictd_t user_home_t:file read;
1fe8b7a
1fe8b7a
#!!!! This avc is allowed in the current policy
1fe8b7a
allow dictd_t var_lib_t:file { read getattr open };