Update APT requests to take multiple servers into consideration
[bpt/portal.git] / sec.sig
CommitLineData
dfb0d0d7
AC
1signature SEC = sig
2 structure Req : REQUEST_OUT
3
4 val findSubusers : string -> string list
5
6 datatype socket_perms =
7 ANY
8 | CLIENT_ONLY
9 | SERVER_ONLY
10 | NADA
11
12 val inGroup : string * string -> bool
13 val socketPerms : string -> socket_perms
14 val isTpe : string -> bool
e510b9bd 15 val cronAllowed : string -> bool
f432bce2 16 val ftpAllowed : string -> bool
e510b9bd
AC
17
18 val findFirewallRules : string -> string list
dfb0d0d7 19end