Displaying 7 results from an estimated 7 matches for "no_access".
Did you mean:
end_access
2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...>
>
> service chargen
>
> {
>
> type = INTERNAL
>
> user = root
>
> protocol = tcp
>
> wait = no
>
> access_times = 2:00-3:00
>
> # only_from = 192.168.1.3/24
>
> # no_access = 192.168.1.3/24
>
> }
>
>
>
> The point is to set it up in a way that the connection is guaranteed to be
>
> rejected. Then do a:
>
>
>
> telnet localhost chargen
>
> After a couple seconds "ctl-] quit"
>
> Then, /e...
2012 May 11
2
cannot set gpfs:sharemodes to yes
...- why
it goes whong here??????
[2012/05/11 11:29:41.979785, 10] lib/dbwrap_tdb.c:44(db_tdb_record_destr)
Unlocking key 2D95ABFB144EEF53CA9FAB01000000000000000000000000
[2012/05/11 11:29:41.979836, 10] modules/gpfs.c:68(set_gpfs_sharemode)
special case am=no_access:0
[2012/05/11 11:29:41.979879, 10] modules/gpfs.c:77(set_gpfs_sharemode)
am=0, allow=0, sa=0, deny=0
[2012/05/11 11:29:41.979927, 10] modules/gpfs.c:87(set_gpfs_sharemode)
gpfs_set_share failed: Operation not permitted
[2012/05/11 11:29:41.979971, 10]
locking/posix.c:516(get_windows_lock_ref_co...
2020 Jul 21
0
[PATCH v9 77/84] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
...T(r == 0,
+ "KVMI_VM_SET_PAGE_ACCESS failed, gpa 0x%llx, access 0x%x, error %d (%s)\n",
+ gpa, access, -r, kvm_strerror(-r));
+}
+
+static void test_cmd_vm_set_page_access(struct kvm_vm *vm)
+{
+ __u8 full_access = KVMI_PAGE_ACCESS_R | KVMI_PAGE_ACCESS_W
+ | KVMI_PAGE_ACCESS_X;
+ __u8 no_access = 0;
+ __u64 gpa = 0;
+
+ set_page_access(gpa, no_access);
+
+ set_page_access(gpa, full_access);
+}
+
static void test_introspection(struct kvm_vm *vm)
{
srandom(time(0));
@@ -1841,6 +1892,7 @@ static void test_introspection(struct kvm_vm *vm)
test_cmd_vcpu_get_mtrr_type(vm);
test_event_de...
2006 Oct 16
2
Dovecot still failing with RC10...
...ream
protocol = tcp
wait = no
user = root
server = /usr/local/libexec/dovecot/pop3-login
port = 110
flags = REUSE IPv4
rlimit_cpu = 150
instances = 80
cps = 110 10
no_access = xxx.xxx.xxx.xxx
log_type = FILE /var/log/POPlog
disable = no
}
service imap
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/local/libexec/dovecot/imap-login...
2020 Feb 07
78
[RFC PATCH v7 00/78] VM introspection
The KVM introspection subsystem provides a facility for applications
running on the host or in a separate VM, to control the execution of
other VMs (pause, resume, shutdown), query the state of the vCPUs (GPRs,
MSRs etc.), alter the page access bits in the shadow page tables (only
for the hardware backed ones, eg. Intel's EPT) and receive notifications
when events of interest have taken place
2020 Jul 21
87
[PATCH v9 00/84] VM introspection
The KVM introspection subsystem provides a facility for applications
running on the host or in a separate VM, to control the execution of
other VMs (pause, resume, shutdown), query the state of the vCPUs (GPRs,
MSRs etc.), alter the page access bits in the shadow page tables (only
for the hardware backed ones, eg. Intel's EPT) and receive notifications
when events of interest have taken place
2003 Dec 01
0
No subject
...socket_type = stream
protocol = tcp
port = 139
wait = no
user = root
server = /usr/sbin/smbd
only_from = xxx.xxx.xxx.0 (this is set to my internal,
non-routable IP address range)
no_access = 0.0.0.0 (the man page states that
the 'best match wins', is this the correct way?)
log_type = FILE /var/log/samba/smb.log
log_on_success += HOST USERID DURATION
log_on_failure += HOST USERID
interface = xxx.xxx.xxx.x...