Displaying 20 results from an estimated 30 matches for "retricted".
Did you mean:
restricted
2020 Aug 21
1
[PATCH v9 2/2] s390: virtio: PV needs VIRTIO I/O device protection
On Wed, 19 Aug 2020 18:23:18 +0200
Pierre Morel <pmorel at linux.ibm.com> wrote:
> If protected virtualization is active on s390, VIRTIO has retricted
s/retricted/only restricted/
> access to the guest memory.
> Define CONFIG_ARCH_HAS_RESTRICTED_VIRTIO_MEMORY_ACCESS and export
> arch_has_restricted_virtio_memory_access to advertize VIRTIO if that's
> the case, preventing a host error on access attempt.
>
> Signed-off-by:...
2015 Jun 13
9
C5 : Firefox 38 bug
...is that
they do not tell you nor ask your permission when javascripts
spy on your entire storage contents.
I had asked a java developer at Sun Microsystems about
what Sun means when it says that Java runs in a sandbox?
Just what is the sandbox?
I also asked if browsers that execute javascripts are retricted
to this notion of a sandbox that does not leak out into
the rest of the system.
He said the "sandbox" is the entire storage on your computer.
Enough said.
2007 May 31
2
Net2Phone Multiple SIP Trunk Not Working
Hi All,
As Net2Phone don't permit more than one session per account, I configured
about 10 sip trunks and configure multiple trunk routing but once the first
trunk is used I cannot make additional calls, I also cofigure my dial plan
in other way using the chanisavail command but still not working.
The chanisavail command configuration is correct as I can make calls using
other trunk than
2001 Dec 19
3
RSYNC: Backup Solution thoughts...
>I'm thinking of how to backup an entire server ("server A") to a
>remote area ("server B") using rsync.
>
>My initial thought was to have a shell account on server B, then have a
>cronjob running as root on server A that uses rsync to send all the files
>over to the shell account on server B.
>
>Then I thought that this is not reliable against
2005 Sep 06
1
Restricting ftp users to their directory
Currently, a users directory is owned by the user and the group is ftp.
The permissions are 775.
In reading the MAN pages for vsftp, I do not see any other ways to
retrict the user from just being able to view their won directory and
the sub-dirs.
Am I going wrong here?
Todd
--
Ariste Software
200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
2002 May 02
3
CQB and prio
HI!!
I''m use CBQ script for retrict bandwidth, but i need to priorize some
traffic, ¿how i do it?
In my case, i need that all trafic from 192.168.0.100/29 (marked with
iptables) have higher priority.
Thanks
--
2020 Aug 19
4
[PATCH v9 0/2] s390: virtio: let arch validate VIRTIO features
Hi all,
The goal of the series is to give a chance to the architecture
to validate VIRTIO device features.
in this respin:
The tests are back to virtio_finalize_features.
No more argument for the architecture callback which only reports
if the architecture needs guest memory access restrictions for
VIRTIO.
I renamed the callback to arch_has_restricted_virtio_memory_access,
and the config
2011 Apr 29
1
question of VECM restricted regression
Dear Colleague
I am trying to figure out how to use R to do OLS restricted VECM regression. However, there are some notation I cannot understand.
Please tell me what is 'ect', 'sd' and 'LRM.dl1 in the following practice:
#OLS retricted VECM regression
data(denmark)
sjd <- denmark[, c("LRM", "LRY", "IBO", "IDE")]
sjd.vecm<- ca.jo(sjd, ecdet = "const", type="eigen", K=2, spec="longrun",
season=4)
sjd.vecm.rls<-cajorls(sjd.vecm,r=1)
summary(sjd.vecm.rls$r...
2008 Feb 18
2
Strange Error
Hello Everybody,
I?m trying to make a work with procmail and deliver on Fedora 7. Part of
flow are the following:
- procmail get the mail from Sendmail
- procmail ask to deliver/dovecot if have any retriction (sizer mailbox,
etc)
- procmail put the mail on inbox user.
I had include the following line in the promail config:
| "/usr/libexec/dovecot/deliver -m $DEFAULT"
and the
2018 May 02
2
Using samba AD in mixed OS environment
Hi Denis.
Since we have "tricky" people working on the Linux machines we prefer NFS
because it's less hassle to mount and requires no credentials. Basically
because of the users we tend to choose the easiest possible way for them to
access the needed resources. I guess pam-script module mounting is exactly
for this purpose, but I'll to research more since I'm not familiar
2018 Apr 28
4
Using samba AD in mixed OS environment
Hi guys.
I've got working samba AD server. It is playing nicely with Windows 10 and
also successfully authenticating Linux machines with SSSD.
On the Windows machines I have our EMC storage smb mounted via group
policy. Managing permissions for users and groups there, as you know,
happens with right click, security etc..
As you may have already guessed the troubles come when my Linux
2020 Aug 19
0
[PATCH v9 2/2] s390: virtio: PV needs VIRTIO I/O device protection
If protected virtualization is active on s390, VIRTIO has retricted
access to the guest memory.
Define CONFIG_ARCH_HAS_RESTRICTED_VIRTIO_MEMORY_ACCESS and export
arch_has_restricted_virtio_memory_access to advertize VIRTIO if that's
the case, preventing a host error on access attempt.
Signed-off-by: Pierre Morel <pmorel at linux.ibm.com>
---
arch/s390/K...
2020 Aug 31
0
[PATCH v10 2/2] s390: virtio: PV needs VIRTIO I/O device protection
If protected virtualization is active on s390, VIRTIO has only retricted
access to the guest memory.
Define CONFIG_ARCH_HAS_RESTRICTED_VIRTIO_MEMORY_ACCESS and export
arch_has_restricted_virtio_memory_access to advertize VIRTIO if that's
the case, preventing a host error on access attempt.
Signed-off-by: Pierre Morel <pmorel at linux.ibm.com>
Reviewed-by: Cor...
2020 Sep 07
0
[PATCH v11 2/2] s390: virtio: PV needs VIRTIO I/O device protection
If protected virtualization is active on s390, VIRTIO has only retricted
access to the guest memory.
Define CONFIG_ARCH_HAS_RESTRICTED_VIRTIO_MEMORY_ACCESS and export
arch_has_restricted_virtio_memory_access to advertize VIRTIO if that's
the case, preventing a host error on access attempt.
Signed-off-by: Pierre Morel <pmorel at linux.ibm.com>
Reviewed-by: Cor...
2020 Sep 10
0
[PATCH v12 2/2] s390: virtio: PV needs VIRTIO I/O device protection
If protected virtualization is active on s390, VIRTIO has only retricted
access to the guest memory.
Define CONFIG_ARCH_HAS_RESTRICTED_VIRTIO_MEMORY_ACCESS and export
arch_has_restricted_virtio_memory_access to advertize VIRTIO if that's
the case.
Signed-off-by: Pierre Morel <pmorel at linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck at redhat.com>
Rev...
2015 Jun 12
0
C5 : Firefox 38 bug
...you nor ask your permission when javascripts
> spy on your entire storage contents.
> I had asked a java developer at Sun Microsystems about
> what Sun means when it says that Java runs in a sandbox?
> Just what is the sandbox?
> I also asked if browsers that execute javascripts are retricted
> to this notion of a sandbox that does not leak out into
> the rest of the system.
>
> He said the "sandbox" is the entire storage on your computer.
>
> Enough said.
Please note that java and javascript are two separate languages.... And I
have noscript installed every...
2015 Jun 12
0
C5 : Firefox 38 bug
...ss the sandbox, but this isn't the default
configuration in any browser I know of.
> I had asked a java developer at Sun Microsystems about
> what Sun means when it says that Java runs in a sandbox?
> Just what is the sandbox?
> I also asked if browsers that execute javascripts are retricted
> to this notion of a sandbox that does not leak out into
> the rest of the system.
>
> He said the "sandbox" is the entire storage on your computer.
Java != JavaScript. It's a common misconception. Perhaps that's why
this java developer might have answered the way...
2015 Jun 12
0
C5 : Firefox 38 bug
...you nor ask your permission when javascripts
> spy on your entire storage contents.
> I had asked a java developer at Sun Microsystems about
> what Sun means when it says that Java runs in a sandbox?
> Just what is the sandbox?
> I also asked if browsers that execute javascripts are retricted
> to this notion of a sandbox that does not leak out into
> the rest of the system.
>
> He said the "sandbox" is the entire storage on your computer.
>
> Enough said.
It is my understanding that Java and Javascript are different; that Java
is dangerous whilst Javascri...
2018 May 02
0
Using samba AD in mixed OS environment
Hi Zdravko,
> I've got working samba AD server. It is playing nicely with Windows 10 and
> also successfully authenticating Linux machines with SSSD.
> On the Windows machines I have our EMC storage smb mounted via group
> policy. Managing permissions for users and groups there, as you know,
> happens with right click, security etc..
> As you may have already guessed the
2020 Sep 10
6
[PATCH v12 0/2] s390: virtio: let arch validate VIRTIO features
Hi all,
The goal of the series is to give a chance to the architecture
to validate VIRTIO device features.
I changed VIRTIO_F_IOMMU_PLATFORM to VIRTIO_F_ACCESS_PLATFORM
I forgot in drivers/virtio/Kconfig, and put back the inclusion
of virtio_config.h for the definition of the callback in
arch/s390/mm/init.c I wrongly removed in the last series.
Regards,
Pierre
Pierre Morel (2):
virtio: let