Displaying 20 results from an estimated 20231 matches for "preventing".
Did you mean:
presenting
2002 Feb 21
3
Any way to prevent mapped drives?
Is there any way to prevent users from mapping drive letters to Samba
shares?
We are constantly getting user problems like: "I can't find my files on
my F: drive. Please restore it". They expect us to know where their
F: drive was mapped. We try to show users how to use UNCs and shortcuts,
but I would like to prevent mapped drives.
There is another reason to prevent them:
2017 Nov 21
0
Re: [nbdkit PATCH v2 0/4] enable parallel nbd forwarding
On 11/21/2017 03:21 PM, Richard W.M. Jones wrote:
> This works OK on x86_64, but fails on our fast new Amberwing (aarch64)
> machine. I've attached the test-suite.log file, but I'm not very sure
> what's going wrong from that.
>
I'll see what I can spot...
> FAIL: test-parallel-file.sh
> ===========================
>
> read 1/1 bytes at offset 0
> 1
2006 Sep 07
3
comments on handbook chapter
``You do not want to overbuild your security or you will interfere
with the detection side, and detection is one of the single most
important aspects of any security mechanism. For example, it makes
little sense to set the schg flag (see chflags(1)) on every system
binary because while this may temporarily protect the binaries, it
prevents an attacker who has broken in from making an easily
2013 Dec 05
3
What in samba 4.1 prevents a '/' share?
All,
If the post "Samba 3.6 -> 4.1 change that prevent sharing / - mount error(13)"
makes it to the list, I apologize, but it has been over a day and I have no
indication that the post ever made it to the list.
The issue is that in versions prior to 4.x, I was able to create a root share
in samba, but now, something prevents it from being mounted. The relevant
smb.conf is:
2012 Sep 20
6
Prevent Download messages from server
Hi,
can we prevent download messages from server user by user ? sme common used
mail's message must be remain at the server, but sometimes we download them
?
thanks in advance
--
Sel?uk YAZAR
2017 Nov 21
3
Re: [nbdkit PATCH v2 0/4] enable parallel nbd forwarding
This works OK on x86_64, but fails on our fast new Amberwing (aarch64)
machine. I've attached the test-suite.log file, but I'm not very sure
what's going wrong from that.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to
2002 Apr 29
2
'implicit' doesn't prevent additional parameters?
Hi,
just tried the 'implicit 0'-option with pxelinux (btw, 1.73Pre6 - works).
What I wanted is preventing tricksters to give additional parameters
on the commandline. It prevents giving something different from the
'label'-statement ('Could not find kernel image:..'), but if I give e.g.
linux init=/bin/sh
it gives me a root shell. It should have taken the 'append'-line
from the...
2018 Jun 28
4
East-west traffic network filter
...d clean-traffic which works
fine [1]. Is there a way to achieve the same behavior with reference to
clean-traffic?
Thank you.
Best wishes,
Ales Musil
[1]
<filter name='clean-traffic-gateway'>
<!-- An example of a traffic filter enforcing clean traffic
from a VM by
- preventing MAC spoofing -->
<filterref filter='no-mac-spoofing'/>
<!-- preventing IP spoofing on outgoing -->
<filterref filter='no-ip-spoofing'/>
<!-- preventing ARP spoofing/poisoning -->
<filterref filter='no-arp-spoofing'/>
<!-- accept all oth...
2009 Sep 02
2
Prevent Agent Login from a second extension
Hi friends,
Is there any way to prevent an Agent from logging in from a second extension
if he is already logged on from an extension.
Right now, the scenario is if he login from a second extension, asterisk
will automatically log him off from first extension. What I need is that
asterisk should tell him that he is already logged on from an extension and
should prevent him from logging in
2005 Aug 18
3
Preventing an extension from dialing certain outbound codes
Is there anyway to prevent an extension from dialing certain codes. ie I
want to prevent extension 203 from dialing number which start with 00
087 086 etc
Sean
--
+----------------------------------------------------+
|VOIP: FreeWorldDial 689482 VOIPBuster thecivvie |
|GPG Key: http://thecivvie.fastmail.fm/thecivvie.asc |
+----------------------------------------------------+
--------------
2014 Dec 11
0
CentOS-6 Another email related AVC
CentOS-6.6
Postfix-2.11.1 (local)
ClamAV-0.98.5 (epel)
Amavisd-new-2.9.1 (epel)
opendkim-2.9.0 (centos)
pypolicyd-spf-1.3.1 (epel)
/var/log/maillog
Dec 11 16:52:09 inet18 setroubleshoot: SELinux is preventing /usr/bin/perl
from read access on the file online. For complete SELinux messages. run
sealert -l 62006e35-dcc8-4a4f-8e10-9f34757f3a4a
Dec 11 16:52:10 inet18 setroubleshoot: SELinux is preventing /usr/bin/perl
from read access on the file online. For complete SELinux messages. run
sealert -l 62006e3...
2015 Oct 13
2
Preventing laptop from sleeping when lid closed?
How can I prevent the laptop from sleeping when the lid is closed. I tried
messing with the settings in gnome-power-preferences but that doesn't seem
to prevent it when no one is logged in. Any suggestions?
Thanks,
Dave
2011 Feb 20
1
prevent export of specific functions in NAMESPACE
Hi, I'd like to prevent the export a specific function in the
NAMESPACE file. The example in the R documentation uses a regex to
prevent export of a set of functions, but as far as I can see there is
no easy way to specify that a function of a specific name should not
be exported. This thread
(http://www.mail-archive.com/r-help at r-project.org/msg42961.html)
suggests that a regex is not the
2010 Oct 25
4
[LLVMdev] Prevent instruction elimination
Hello,
Does there exist something like a "dummy" instruction that is not removed by
the optimizers, even if it seems to be dead code?
I want to use such instructions to carry metadata information, but they
should have a minimal impact on the code generation and optimization. I used
an add instruction:
%0 = add i8 1, 2, !pragma_instrument_mem_add !0 ; <i8> [#uses=0]
which
2018 Jul 02
1
Re: East-west traffic network filter
...osted to
use IP restriction instead of MAC one e.g [2]. Have not tested it myself
but it should work fine.
Hopefully this helps.
Regards,
Ales.
[1]
<filter name='clean-traffic-ip-gateway'>
<!-- An example of a traffic filter enforcing clean traffic
from a VM by
- preventing MAC spoofing -->
<filterref filter='no-mac-spoofing'/>
<!-- preventing IP spoofing on outgoing -->
<filterref filter='no-ip-spoofing'/>
<!-- preventing ARP spoofing/poisoning -->
<filterref filter='no-arp-spoofing'/>
<!-- accept all ot...
2012 Sep 13
1
SELinux is preventing /bin/ps from search access
CentOS 6.3. *Just* updated, including most current selinux-policy and
selinux-policy-targeted. I'm getting tons of these, as in it's just
spitting them out when I tail -f /var/log/messages:
Sep 13 15:20:51 <server> setroubleshoot: SELinux is preventing /bin/ps
from search access on the directory @2. For complete SELinux messages. run
sealert -l d92ec78b-3897-4760-93c5-343a662fec67
Sep 13 15:20:51 <server> setroubleshoot: SELinux is preventing /bin/ps
from getattr access on the directory /proc/<pid>. For complete SELinux
messages. run...
2004 Dec 24
3
Preventing Asterisk from sending 'h' across to SIP Provider
Hi,
I want to prevent Asterisk from sending the h extension across to the SIP
provider or to prevent it from hitting the script at all. The SIP Provider
does not know what to do with the h extensions once it receives it. My SIP
Provider takes all digits and forwards them off to a softswitch for
processing. Everytime a call hangs up, it complains about running AGI scripts
on hungup
2015 May 11
2
appdynamics php agent prevented by SELinux
...6_64 on a C7.1 host.
It's failing to communicate with it's controller on another host. And this
is the interesting part. Whether or not I have SELinux enabled, I have
apache reporting SELinux problems.
[root at web1:~] #getenforce
Permissive
May 10 20:47:56 web1 python[25735]: SELinux is preventing
/usr/lib/appdynamics-php5/proxy/jre/bin/java from write access on the file
/usr/lib/appdynamics-php5/logs/agent.log.lck.
***** Plugin catchall (100.
confidence) suggests **************************...
May 10 20:47:56 web1 python[25735]: SELinux is preventing
/...
2010 Oct 25
2
[LLVMdev] Prevent instruction elimination
Devang Patel wrote:
>
>
> Use of metadata will not prevent optimizer from removing an instruction.
> Actually, that is the corner stone of LLVM metadata design.
>
> I am curious, what information you want to carry and until what point ?
> -
> Devang
>
>
I want to handle new pragma inserted in the C/C++ source code and to adapt
clang to transform them in
2012 May 30
2
Prevent Samba clients from changing group ownership?
How can I prevent Samba clients from changing the group ownership of files?
With the security mask parameter I can prevent Samba clients from
changing some permission bits, but I can't find a parameter to prevent
changing the group ownership