Displaying 20 results from an estimated 42 matches for "mimi".
Did you mean:
mii
2012 Sep 12
7
multinomial MCMCglmm
...problem I face: my data set consits of a trapping data set,
where the observation at eah trap (1 or 0 for each species) have been
aggregated per traplines. Therefore we have a proportion of
presence/absence for each species per trapline.
ex:
ID_line mesh habitat Apsy Mygl Crle Crru Miag Miar Mimi Mumu Misu
Soar Somi
11 028S6A 28 copse 2 0 0 0 0 0 0 0 0
0 0
12 028S6B 28 copse 1 1 0 0 0 0 0 0 0
0 0
13 028S6C 28 hedge 2 0 0 4 0 0 0 0 0
0 0
14 028S6D 28 hedge 1 0 0...
2023 Mar 14
7
[PATCH v8 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
...sr 0.21 sys + 6.46 cusr 59.27 csys = 66.43 CPU)
Result: PASS
Smack Test Suite result (without patches):
95 Passed, 0 Failed, 100% Success rate
Smack Test Suite result (with patches):
95 Passed, 0 Failed, 100% Success rate
Changelog
v7:
- Add a patch dependency comment in patch 1 (suggested by Mimi)
- Restore check of -EOPNOTSUPP status in ocfs2_mknod() and ocfs2_symlink()
(reported by Mimi)
- Add explanation in evm_inode_init_security() why walking through the
xattrs array is safe (suggested by Mimi)
- Document the lbs_xattr field of struct lsm_blob_sizes (suggested by
Casey)
- Move do...
2015 Apr 09
15
Calendar and address book with Dovecot
...he docs I have read so far.
What other software (ideally open source, free) do I need in other to have
Calendar and address book so my users can manage their contact on their
phones or computer? I have looked at Roundcube already, but my requirement
is not necessarily to provide web mail.
Thanks
Mimi
2007 Dec 07
2
[ActiveSupport] Patches needing review: re-organization of #to_query methods, preservation of XML/JSON content-type
...pointer to some ActiveSupport patches hoping for reviews:
Puts Array#to_query and Object#to_query in the right places in
ActiveSupport - http://dev.rubyonrails.org/ticket/10395
Preserve user-specified content type for XML and JSON rendering
(currently it''s overridden and set to Mime::XML/Mimi::JSON -
http://dev.rubyonrails.org/ticket/10388
Oh and a tiny patch for inconsistency in #to_sentence:
http://dev.rubyonrails.org/ticket/10390 and a trivial doc patch for
Date.yesterday and Date.today: http://dev.rubyonrails.org/ticket/10375
Reviews appreciated! Thanks!
Cheers,
Chu Yeow
PS Rail...
2023 Feb 19
1
[PATCH v7 6/6] evm: Support multiple LSMs providing an xattr
...iewed-by: Casey Schaufler <casey at schaufler-ca.com>
Normally changing the contents of the EVM HMAC calculation would break
existing systems. Assuming for the time being this is safe, at what
point will it affect backwards compatability? Should it be documented
now or then?
--
thanks,
Mimi
2003 Jan 11
0
Join our Programming community?
Hi,
I found your email today on a website.. I am emailing a selected few to
see if they will join a new online Programmer community. It is found at
http://www.programgeeks.net/forums . It really means alot to us if you could
join. =) See you there?
Tony Mimi
mimi@programgeeks.net
P.S. This is NOT SPAM, it is a personal invitation, your email has been
HANDPICKED, you are only being emailed at the same time.
2012 Sep 12
0
R-help Digest, Vol 115, Issue 12
...t consits of a trapping data set,
> where the observation at eah trap (1 or 0 for each species) have been
> aggregated per traplines. Therefore we have a proportion of
> presence/absence for each species per trapline.
>
> ex:
> ID_line mesh habitat Apsy Mygl Crle Crru Miag Miar Mimi Mumu Misu
> Soar Somi
> 11 028S6A 28 copse 2 0 0 0 0 0 0 0 0
> 0 0
> 12 028S6B 28 copse 1 1 0 0 0 0 0 0 0
> 0 0
> 13 028S6C 28 hedge 2 0 0 4 0 0 0 0 0
> 0 0
> 14 028S6D...
2023 Mar 14
1
[PATCH v8 3/6] security: Remove security_old_inode_init_security()
...node_init_security(), security_old_inode_init_security() can be
now removed.
Out-of-tree kernel modules should switch to security_inode_init_security()
too.
Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
Reviewed-by: Casey Schaufler <casey at schaufler-ca.com>
Reviewed-by: Mimi Zohar <zohar at linux.ibm.com>
---
include/linux/security.h | 12 ------------
security/security.c | 11 -----------
2 files changed, 23 deletions(-)
diff --git a/include/linux/security.h b/include/linux/security.h
index 5984d0d550b..cd23221ce9e 100644
--- a/include/linux/security.h
++...
2023 Mar 14
1
[PATCH v8 1/6] reiserfs: Switch to security_inode_init_security()
...l not provide an xattr (if it
is not the first to set it, its xattr will be discarded; if it is the
first, it does not have xattrs to calculate the HMAC on).
Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
Reviewed-by: Casey Schaufler <casey at schaufler-ca.com>
Reviewed-by: Mimi Zohar <zohar at linux.ibm.com>
---
fs/reiserfs/xattr_security.c | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/fs/reiserfs/xattr_security.c b/fs/reiserfs/xattr_security.c
index 41c0ea84fbf..6bffdf9a4fd 100644
--- a/fs/reiserfs/xattr_security.c
++...
2022 Dec 01
8
[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
...assed, 0 Failed, 100% Success rate
Smack Test Suite result (with patches):
95 Passed, 0 Failed, 100% Success rate
Changelog
v6:
- Add a comment in Smack to introduce its xattrs (suggested by Casey)
- Document the overloaded meaning of -EOPNOTSUPP in
security_inode_init_security() (suggested by Mimi)
v5:
- Modify the cover letter to explain that the goal of this patch set is
supporting multiple per LSM xattrs in EVM, and not moving IMA and EVM to
the LSM infrastructure (suggested by Mimi)
- Remove references in the patches description about moving IMA and EVM
to the LSM infrastructure (...
2015 Apr 24
4
Re: Remove Virtual bridge and DNSMASQ
...server within the LAN to provide IPs to the
VMs.
I'll look to remove both libivirt-daemon-driver-network,
libvirt-daemon-driver-network
and dnsmasq.
Any further thought from your side?
On 24 April 2015 at 13:12, Michal Privoznik <mprivozn@redhat.com> wrote:
> On 24.04.2015 12:45, mimicafe@gmail.com wrote:
> > I am running KVM virtualization with libvirtd (libvirt) 0.10.2 in
> bridged
> > network mode, however I still have the default virtual network
> > bridge/interfaces and dnsmasq on the host. What I am trying to understand
> > is whether or not dns...
2015 Apr 24
1
Re: Remove Virtual bridge and DNSMASQ
On 04/24/2015 02:02 PM, mimicafe@gmail.com wrote:
> On Centos 6.5 both packages cannot be identified. any idea?
>
>
Yes. CentS 6 uses libvirt-0.10.2 + a ton of backported patches. The
splitting of libvirt into a bunch of smaller subpackages so that admins
could more easily tailor what was installed on their systems h...
2015 Apr 09
0
Calendar and address book with Dovecot
Hello,
if you don't depend on a fancy webinterface give http://radicale.org/ a
shot you can auth users aganst your imap server.
greets
Am Donnerstag, den 09.04.2015, 17:46 +0100 schrieb mimicafe at gmail.com:
> Hi all
>
> I recently install Postfix and Dovecot, and so far so good. My assumption
> was that calendar and address book (similar to Gmail calendar or address
> book) are part of Dovecot. However I do not see anything concerning them in
> any of the docs I ha...
2015 Apr 09
0
Calendar and address book with Dovecot
Am 09.04.2015 um 18:46 schrieb mimicafe at gmail.com:
> Hi all
>
> I recently install Postfix and Dovecot, and so far so good. My assumption
> was that calendar and address book (similar to Gmail calendar or address
> book) are part of Dovecot. However I do not see anything concerning them in
> any of the docs I ha...
2015 Apr 09
1
Calendar and address book with Dovecot
...34 PM, Dominik Breu <dominik at dominikbreu.de> wrote:
>
> Hello,
>
> if you don't depend on a fancy webinterface give http://radicale.org/ a
> shot you can auth users aganst your imap server.
>
> greets
>
> Am Donnerstag, den 09.04.2015, 17:46 +0100 schrieb mimicafe at gmail.com:
>> Hi all
>>
>> I recently install Postfix and Dovecot, and so far so good. My assumption
>> was that calendar and address book (similar to Gmail calendar or address
>> book) are part of Dovecot. However I do not see anything concerning them in
>&...
2015 Apr 09
0
Calendar and address book with Dovecot
Am 09.04.2015 um 18:46 schrieb mimicafe at gmail.com:
> Hi all
>
> I recently install Postfix and Dovecot, and so far so good. My assumption
> was that calendar and address book (similar to Gmail calendar or address
> book) are part of Dovecot. However I do not see anything concerning them in
> any of the docs I hav...
2015 Apr 16
0
Calendar and address book with Dovecot
Hi guys
Thanks for all your input. I'll feedback later...
Mimi
2006 Apr 20
0
PDC + File Sharing without password
...ut of course, I can't
set this as my samba server is the PDC.
I read about the "hosts equiv" directive and I am
failed to implement it..
I have set "guest ok", but I check the log file that
it stills bind to the ldap server to authenticate the
user first.
Any suggestion?
Mimi
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2008 Apr 21
1
Ajax.request - SOAPAction
...method:''post'',
postBody:soapXML,
contentType:''text/xml'',
encoding:''UTF-8'',
SOAPAction:''updateClient'',
onComplete:setResult
}
);
--Mimi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this grou...
2011 May 16
0
[PATCH v5 12/21] evm: add evm_inode_post_init call in btrfs
After creating the initial LSM security extended attribute, call
evm_inode_post_init_security() to create the ''security.evm''
extended attribute.
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
---
fs/btrfs/xattr.c | 39 +++++++++++++++++++++++++++++----------
1 files changed, 29 insertions(+), 10 deletions(-)
diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c
index cfd6605..df07619 100644
--- a/fs/btrfs/xattr.c
+++ b/fs/btrfs/xattr.c
@@ -22,6 +22,7 @@
#i...