Displaying 5 results from an estimated 5 matches for "whilelist".
Did you mean:
whiltelist
2007 Jan 26
0
How to whitellist and blacklist domains in amavisd-new.
Hi,
I want to know how to whilelist or blacklist domains in amavisd-new.
By now, I have already added a whiltelist and a blacklist with email
addresses in following way.
in amavisd.conf file , belwo two lines
@whitelist_sender_maps = read_hash("$MYHOME/white.lst");
@blacklist_sender_maps = read_hash("$MYHOME/black.l...
2012 Jul 04
12
How to get an input file to a facter ?
Dears all,
I was testing my localusers facter by puppetmaster fileserver but i''d
got in error
Could not retrieve localusers: No such file or directory - /etc/
puppet/whitelist
I was pretending the file was served by fileserver of puppetmaster
doing in init.pp :
file { "/etc/puppet/whitelist":
ensure => present,
Just before to call a facter.
I
2013 May 01
8
[PATCH 0/2] runstate_memory_area on ARM
Hi all,
this patch series introduces support for runstate_memory_area on ARM.
The first patch moves VCPUOP_register_runstate_memory_area to common
code, while the second one add VCPUOP_register_runstate_memory_area to
the whilelist of vcpu_op hypercalls supported on ARM and properly
updates the runstate_memory_area during vcpu context switch.
Stefano Stabellini (2):
xen: move VCPUOP_register_runstate_memory_area to common code
xen/arm: handle the runstate_memory_area
xen/arch/arm/domain.c | 22 ++++++++++++++...
2018 Apr 09
0
[PATCH 3/3] daemon: autogenerate most of OCaml interfaces
Add a way to generate OCaml interfaces for a whilelist of modules in
the daemon that implement APIs: this makes sure that for them the
interface of each function matches the actual API specified in the
generator.
Only the modules specified in a list are generated for now, although
this coverts almost all the daemon APIs implemented in OCaml.
---
.git...
2018 Apr 09
5
[PATCH 0/3] daemon: generate almost all the API OCaml interfaces
Hi,
as a followup for the signature fix for mount_vfs [1], here it is a
patch series to generate automatically most of the OCaml interfaces of
daemon actions. Only the Lvm and Mount modules are left with
hand-written interfaces.
[1] https://www.redhat.com/archives/libguestfs/2018-April/msg00059.html
Thanks,
Pino Toscano (3):
daemon: directly use Optgroups
daemon: use the structs from the