This file is indexed.

/usr/share/selinux/ubuntu/include/services/uwimap.if is in selinux-policy-ubuntu-dev 0.2.20091117-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## <summary>University of Washington IMAP toolkit POP3 and IMAP mail server</summary>

########################################
## <summary>
##	Execute the UW IMAP/POP3 servers with a domain transition.
## </summary>
## <param name="domain">
##	<summary>
##	Domain allowed access.
##	</summary>
## </param>
#
interface(`uwimap_domtrans',`
	gen_require(`
		type imapd_t, imapd_exec_t;
	')

	corecmd_search_bin($1)
	domtrans_pattern($1, imapd_exec_t, imapd_t)
')