Displaying 6 results from an estimated 6 matches for "securiy".
Did you mean:
security
2016 May 08
0
trying to use a loop device connected to a folder /test created with dd and mounted to /test but access denied unless i set chmod o+rw to the path but securiy setting always access denied
i make a image file connected to /dev/loop0 formated as ext4 partition
and connect it
losetup /dev/loop0 /root/disk.img
then make format the loop drive with
mkfs.ext4 -o rw,usrquota,grpquota /dev/loop0
connected it to /test
the only way to write there other users except root is setting with
chmod o+w /test
from windows 7 using samba 4 i can write to folder but i cannot set
security setting
2007 Jul 25
1
Waiting for BIND security announcement
[freebsd-security@ CC'ed to avoid answering the same there again
shorly :) - if following up, please drop either freebsd-questions or
freebsd-securiy to avoid "spamming" both lists]
On 2007.07.24 18:15:43 -0500, Jeffrey Goldberg wrote:
> As I'm sure many people know there is a newly discovered BIND vulnerability
> allowing cache injection (pharming). See
>
> http://www.isc.org/index.pl?/sw/bind/bind-security.php...
2010 Jun 09
5
LPK integration - summary and ideas
...t;) or NULL for no
public key found.
Alternatively it could provide a function for returning a list
of public keys, but I think doing a single lookup would be better.
2) If a separate process is the better way, how about skipping the
signature idea and instead provide the same level of securiy as
sshd itself?
Just open two pipes (STDIN, STDOUT) to an external program started
on sshd startup, use them for communication, and if the handles ever
get closed just log an error and don't use them anymore.
So if the external program gets changed on disk it wouldn't matter...
2007 Nov 02
0
Domain password server not available
Hello,
In our environment we've had SAMBA 3.0.21b joined to a Windows 2003
domain forest as a member server (configured with SECURIY = DOMAIN) for
couple of years with no problem. Just recently the SAMBA server seems to
be loosing connection to the Windows domain controllers. We are able to
re-establish the trust (re-join samba server to domain) successfully.
However after a few successful user connections the trust link
immedia...
2009 Mar 11
11
Progams not load after Ubuntu Security Notice USN-732-1 dash
Yesterday I was using normally my " wine programs" under Ubuntu 8.10 / Wine 1.1.16 .
Ubuntu pop up a request for critical securiy update ( Ubuntu Security Notice USN-732-1 March 10, 2009 dash vulnerability CVE-2009-0854 ) . Applied . Today I logon on Ubuntu and some programs under wine do not load more . I means they do not start at all . Some other yes . Depend program by program . I don't know if the security update is...
2000 Feb 24
1
Making password driven SSH 'immune' to MTM attacks.
...shion.
I think that this protection is important for the future of SSH, as
there appears to be no inexpensive, standard, simple, and understabable
PKI implimentation on the horizon. Because of this, people are going to
continue using passwords, at least with this reletivly minor enhancement,
their securiy is brought back to that of the password and not that of the
network during initial connect.
Any comments?
(is this a new idea?)