Searched refs:policy (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/proftpd/
H A Dsvc-ftp33 policy=`get_policy ${FMRI}`
43 generate_rules $FMRI $policy "tcp" "any" $conn_port $ipf_file
44 generate_rules $FMRI $policy "tcp" "any" $data_port $ipf_file
/solaris-userland/components/python/oslo.policy/
H A DMakefile28 COMPONENT_NAME= oslo.policy
35 COMPONENT_PROJECT_URL= http://docs.openstack.org/developer/oslo.policy/
36 COMPONENT_BUGDB= python-mod/oslo.policy
/solaris-userland/components/openstack/keystone/files/
H A Dkeystone.conf68 # being restricted by use of an appropriate policy file (see
69 # policy.v3cloudsample as an example). This ability is deprecated and will be
679 # Entrypoint for the endpoint policy backend driver in the
1518 # Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
1520 # is no longer controlled by the x-ha-policy argument when declaring a queue.
1671 # From oslo.policy
1676 #policy_file = policy.json
1682 # Directories where policy configuration files are stored. They can be relative
1688 #policy_dirs = policy.d
1702 [policy]
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c264 * Return the process PIN caching policy. We initialize it just once so if the
266 * not have any affect on the policy.
270 * Returns the caching policy number.
276 static int policy = POLICY_NOT_INITIALIZED; local
278 if (policy != POLICY_NOT_INITIALIZED) {
279 return (policy);
285 policy = POLICY_NONE;
290 policy = POLICY_MEMORY;
295 policy = POLICY_MLOCKED_MEMORY;
301 return (policy);
[all...]

Completed in 46 milliseconds