This file is indexed.

/usr/share/selinux/ubuntu/include/apps/authbind.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>Tool for non-root processes to bind to reserved ports</summary>

########################################
## <summary>
##	Use authbind to bind to a reserved port.
## </summary>
## <param name="domain">
##	<summary>
##	Domain allowed access.
##	</summary>
## </param>
#
interface(`authbind_domtrans',`
	gen_require(`
		type authbind_t, authbind_exec_t;
	')

	domtrans_pattern($1, authbind_exec_t, authbind_t)
	allow authbind_t $1:{ tcp_socket udp_socket } rw_socket_perms;
')