search for: whitelists

Displaying 20 results from an estimated 1105 matches for "whitelists".

Did you mean: whitelist
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
2015 Jun 13
6
C5 : Firefox 38 bug
On 06/12/2015 12:18 PM, Jonathan Billings wrote: > On Sat, Jun 13, 2015 at 12:05:16PM -0600, jd1008 wrote: >> Mark, please be aware that noscript has also a whitelist >> that is not viewable by the user. >> The whitelist tab does NOT list the hidden white listed >> entries. > You mean the noscript.mandatory about:config entry? I looked at it on > my computer and
2006 Nov 21
1
QMAIL - RBLSMTP - HOW to WHITELIST
Dear Friend, I done configuration using RBLSMTPD with WHITELIST, but I don't know it is correct. Please check files below are corrects. Thanks Adriano === FILE WHITELIST.DOMINIO.RBL. ==== $ttl 900 whitelist.dominio.rbl. IN SOA host1.xxxxxx.com. root.xxxxx.com. ( 2006112002 ; serial; 3600 ; refresh period (1 hora); 900 ; retry time (15 minutos); 1800 ; expire tiem (30 minutos); 900 ;
2002 May 24
1
whitelist
I looked at the 1.3 whitelist documentation and realized that the ops example, while interesting in and of itself, did not do what I think a whitelist does. Back to symmetry, if a blacklist is a list of sites not allowed to connect in through the fire wall, maybe to a web server, for example, then a whitelist should be a list of machines that are allowed to access a service or services, again,
2015 Jun 13
4
C5 : Firefox 38 bug
On 06/12/2015 11:25 AM, m.roth at 5-cent.us wrote: > jd1008 wrote: >> On 06/12/2015 07:28 AM, g wrote: >>> On 06/10/2015 03:56 AM, Always Learning wrote: >>>> I displayed, as a web page, a list of search results created in PHP, >>>> from MySQL. >>> i am still using 24.8.0 and do not have to contend with all the >>> bugs introduced by moz
2009 Oct 01
1
Repost of Patch 6/6 for ovirt-node
All other patches from the sequence remain unchanged. Repost of patch 6 based on comments from Joey to follow. Mike
2017 Apr 19
2
virsh error: driver is not whitelisted
Hi, I'm using virsh to instance a VM in my environment, but I'm running on some issues. I created the following domain file: <domain type='kvm'> <name>demovm</name> <uuid>4a9b3f53-fa2a-47f3-a757-dd87720d9d1d</uuid> <memory unit='KiB'>4194304</memory> <currentMemory
2004 Aug 16
3
dynamic whitelists
...lease assist me on creating a rule so that all other failures (ie. the mac is not in the whitelist), requests get forwarded to a certain ip and port (so that as soon as someone opens up a webpage and don''t have their mac in the whitelist, they get forwarded to one common website). For the whitelists, shorewall reads them in from a file. I can edit this file dynamically with a web interface (php). However, how would I get shorewall to read in that whitelist again without having to restart it? I hope this makes sense, and is possible to do! I''ve been killing myself over this for day...
2015 Jun 13
5
C5 : Firefox 38 bug
On 06/12/2015 12:27 PM, Valeri Galtsev wrote: > On Sat, June 13, 2015 1:22 pm, jd1008 wrote: >> >> On 06/12/2015 12:18 PM, Jonathan Billings wrote: >>> On Sat, Jun 13, 2015 at 12:05:16PM -0600, jd1008 wrote: >>>> Mark, please be aware that noscript has also a whitelist >>>> that is not viewable by the user. >>>> The whitelist tab does NOT
2017 Apr 19
0
virsh error: driver is not whitelisted
On 04/19/2017 10:00 AM, Marco Aurelio L. Gomes wrote: > Hi, > > I'm using virsh to instance a VM in my environment, but I'm running on > some issues. > I got the following error: > > error: Failed to create domain from domain.xml > error: internal error: qemu unexpectedly closed the monitor: > 2017-04-17T17:00:37.012369Z qemu-kvm: -drive >
2013 Jun 18
3
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
On Tue, Jun 18, 2013 at 12:03 PM, Sean Silva <silvas at purdue.edu> wrote: > Instead of a blacklist, why not a whitelist? Given the size of LangRef, > you're bound to leave something out of your blacklist that needs to be > there (also, future additions to LLVM IR will need to be added to the > blacklist; are you sure you can catch *all* of them?). A whitelist seems >
2010 Oct 05
1
Custom Flags
I have modified my delivery agent to deposit files in my Maildir already containing custom flags. For example, x is appended for files that are sent from local users, y is for e-mails from Contacts and z is for e-mails from Whitelisted sources. A file will thus be delivered in the Maildir and be called something like: filename:2,yz Also in the Maildir I created a file called
2010 Apr 22
1
[PATCH] Whitelist the loop kernel module
loop is sometimes a module, for example on RHEL 5. --- appliance/kmod.whitelist.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/appliance/kmod.whitelist.in b/appliance/kmod.whitelist.in index 814b9d0..96fc4c3 100644 --- a/appliance/kmod.whitelist.in +++ b/appliance/kmod.whitelist.in @@ -62,3 +62,5 @@ reiserfs.ko crc*.ko libcrc*.ko + +loop.ko -- 1.6.6.1
2020 Oct 26
4
SV: Looking for a guide to collect all e-mail from the ISP mail server
...was specified, in this way, if someone attempts to bruteforce the password, they will "miss" the correct password, if the server does not react differently to a correct password but invalid IP. Thus bots that bruteforce will not gain any success. All this can be combined with permanent whitelists and geoIP whitelists, to avoid users having to authenticate with 2FA for "trusted" locations. One example would be to have the local office as permanent whitelist, and also have it that any IP in the user's "home country" is permanently whitelisted for his account once the u...
2013 Jun 18
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
On Tue, Jun 18, 2013 at 2:06 PM, Eli Bendersky <eliben at google.com> wrote: > > > > On Tue, Jun 18, 2013 at 12:03 PM, Sean Silva <silvas at purdue.edu> wrote: > >> Instead of a blacklist, why not a whitelist? Given the size of LangRef, >> you're bound to leave something out of your blacklist that needs to be >> there (also, future additions to
2016 Dec 28
2
DEFAULT_PKCS11_WHITELIST on 64-bit Linux systems
Hello, On RHEL 6/amd64, the stock value for DEFAULT_PKCS11_WHITELIST is not very useful. On such systems, /usr/lib64/* would need to be added to the pattern list. Although users can specify the -P option every time they launch ssh-agent, it might be nice to provide a means to specify a default whitelist at build-time. It's tempting to suggest that configure should automatically supply a
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello, I've installed the TDMA whitelist filter in front of majordomo on all mailing lists at Xiph.Org. I also repaired a few unrelated spam filter breaks. Posting from subscribed email addresses is unaffected. Any post to a mailing list from an unknown email list will require a confirmation message the first time posting from that mail address. A confirmation reply adds that address to
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello, I've installed the TDMA whitelist filter in front of majordomo on all mailing lists at Xiph.Org. I also repaired a few unrelated spam filter breaks. Posting from subscribed email addresses is unaffected. Any post to a mailing list from an unknown email list will require a confirmation message the first time posting from that mail address. A confirmation reply adds that address to
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello, I've installed the TDMA whitelist filter in front of majordomo on all mailing lists at Xiph.Org. I also repaired a few unrelated spam filter breaks. Posting from subscribed email addresses is unaffected. Any post to a mailing list from an unknown email list will require a confirmation message the first time posting from that mail address. A confirmation reply adds that address to
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello, I've installed the TDMA whitelist filter in front of majordomo on all mailing lists at Xiph.Org. I also repaired a few unrelated spam filter breaks. Posting from subscribed email addresses is unaffected. Any post to a mailing list from an unknown email list will require a confirmation message the first time posting from that mail address. A confirmation reply adds that address to