search for: divulg

Displaying 20 results from an estimated 133 matches for "divulg".

Did you mean: divulga
2011 Jan 20
1
Inverse Prediction with splines
...and may be unlawful. If you have received this transmission in error, please notify the sender immediately. Thank you. Cette communication,y compris les pieces jointes, est reservee a l'usage exclusif du destinataire et peut contenir des informations privilegiees, confidentielles, exemptees de divulgation selon la loi ou protegees par les droits de publication. Si vous n'etes pas un destinataire, toute utilisation, divulgation, distribution, reproduction, examen ou copie est non-autorisee et peut etre illegale. Si vous avez recu cette communication par erreur, veuillez aviser l'expedite...
2013 Jan 22
6
Security considerations for basing decisions on facts
Hello, Let''s consider the scenario when a client node in a puppet environment gets compromised. In case some of the puppet modules make decisions based on agent facts, these modules are potentially exposed to abuse from the malicious puppet agent. For example, if a class has: if $some_fact == ''some value'' { # deploy some configuration } then the compromised node
2007 May 02
3
Apache User Isolation/Perchild, or PHP "chroot"?
...n on CentOS? I have multiple virtual hosts on my machine, run by users who do not trust eachother. The problem is that any php script run by apache is able to do things like raw file io on other users' .htpasswds, php scripts, hidden directory listings, and so on. Database passwords can even be divulged in this way, since they are often stored in .php scripts, which can be read "in the raw" as files by other php scripts. What is the easiest method for dealing with this? I found http://webauth.stanford.edu/manual/mod/perchild.html but it does not seem to be compiled with the CentOS 5 a...
2018 Nov 11
2
Patch idea: an environment variable for setting the user ID
To R-devel, In `R CMD build`, the ID of the user is automatically inserted into the DESCRIPTION file, e.g. Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> This is problematic for those of us who work in corporate settings. We must not divulge our user IDs in the packages we develop and release. Jim Hester pointed out that these two lines in `add_build_stamp_to_description_file()` <https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171> are responsible. Could we conside...
2012 Apr 24
1
Splitting data into test and train (80:20) kepping attributes similar
...American Express a ajouté le commentaire suivant le Tue Apr 24 2012 08:38:50 Ce courrier et toute pièce jointe qu'il contient sont réservés au seul destinataire indiqué et peuvent renfermer des renseignements confidentiels et privilégiés. Si vous n'êtes pas le destinataire prévu, toute divulgation, duplication, utilisation ou distribution du courrier ou de toute pièce jointe est interdite. Si vous avez reçu cette communication par erreur, veuillez nous en aviser par courrier et détruire immédiatement le courrier et les pièces jointes. Merci. *******************************************...
2020 Jun 17
4
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
...VIRTIO_F_VERSION_1)) > return 0; > > + if (arch_needs_virtio_iommu_platform(dev) && > + !virtio_has_feature(dev, VIRTIO_F_IOMMU_PLATFORM)) { > + dev_warn(&dev->dev, > + "virtio: device must provide VIRTIO_F_IOMMU_PLATFORM\n"); I'm not sure, divulging the current Linux name of this feature bit is a good idea, but if everybody else is fine with this, I don't care that much. An alternative would be: "virtio: device falsely claims to have full access to the memory, aborting the device" Regards, Halil
2020 Jun 17
4
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
...VIRTIO_F_VERSION_1)) > return 0; > > + if (arch_needs_virtio_iommu_platform(dev) && > + !virtio_has_feature(dev, VIRTIO_F_IOMMU_PLATFORM)) { > + dev_warn(&dev->dev, > + "virtio: device must provide VIRTIO_F_IOMMU_PLATFORM\n"); I'm not sure, divulging the current Linux name of this feature bit is a good idea, but if everybody else is fine with this, I don't care that much. An alternative would be: "virtio: device falsely claims to have full access to the memory, aborting the device" Regards, Halil
2020 Jun 29
2
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
...t;>> + if (arch_needs_virtio_iommu_platform(dev) && >>> + !virtio_has_feature(dev, VIRTIO_F_IOMMU_PLATFORM)) { >>> + dev_warn(&dev->dev, >>> + "virtio: device must provide VIRTIO_F_IOMMU_PLATFORM\n"); >> >> I'm not sure, divulging the current Linux name of this feature bit is a >> good idea, but if everybody else is fine with this, I don't care that > > Not sure if that feature name will ever change, as it is exported in > headers. At most, we might want to add the new ACCESS_PLATFORM define > and k...
2020 Jun 29
2
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
...t;>> + if (arch_needs_virtio_iommu_platform(dev) && >>> + !virtio_has_feature(dev, VIRTIO_F_IOMMU_PLATFORM)) { >>> + dev_warn(&dev->dev, >>> + "virtio: device must provide VIRTIO_F_IOMMU_PLATFORM\n"); >> >> I'm not sure, divulging the current Linux name of this feature bit is a >> good idea, but if everybody else is fine with this, I don't care that > > Not sure if that feature name will ever change, as it is exported in > headers. At most, we might want to add the new ACCESS_PLATFORM define > and k...
2019 Jan 25
2
Patch idea: an environment variable for setting the user ID
...> > In `R CMD build`, the ID of the user is automatically inserted into the > > DESCRIPTION file, e.g. > > > Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> > > > > This is problematic for those of us who work in corporate settings. We > must > > not divulge our user IDs in the packages we develop and release. > > > Jim Hester pointed out that these two lines in > > `add_build_stamp_to_description_file()` > > < > https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L1...
2011 Jul 12
1
[LLVMdev] SPARC JIT?
...m Chris Lattner [2], which basically stated that a future-proof implementation should use LLVM-MC. Is anybody currently working on this project? If not, would anybody be willing to act as my mentor (in case I have questions about LLVM policy, design, or a piece of code which steadfastly refuses to divulge its secrets to me)? Thanks in advance! Cheers, ~~ Ondra Hošek [1] http://llvm.org/OpenProjects.html#misc_imp (item 4) [2] http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-May/031634.html
2020 Jun 19
1
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
...if (arch_needs_virtio_iommu_platform(dev) && > > > + !virtio_has_feature(dev, VIRTIO_F_IOMMU_PLATFORM)) { > > > + dev_warn(&dev->dev, > > > + "virtio: device must provide VIRTIO_F_IOMMU_PLATFORM\n"); > > > > I'm not sure, divulging the current Linux name of this feature bit is a > > good idea, but if everybody else is fine with this, I don't care that > > Not sure if that feature name will ever change, as it is exported in > headers. At most, we might want to add the new ACCESS_PLATFORM define > an...
2001 May 21
1
To those interested in contributing to the Debian User's Reference Guide
Hello- This goes for all those insterested in contributing with the effort to have better Debian documentation, and are willing to submit material to the Science section of the DURG, in order to divulge R to a wider public. Please write directly to the author of the Science: Andreas Franzen <anfra at debian.org> Regards, Henry L. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html...
2010 Aug 19
1
Adding lines to xyplot with abline
...and may be unlawful. If you have received this transmission in error, please notify the sender immediately. Thank you. Cette communication,y compris les pieces jointes, est reservee a l'usage exclusif du destinataire et peut contenir des informations privilegiees, confidentielles, exemptees de divulgation selon la loi ou protegees par les droits de publication. Si vous n'etes pas un destinataire, toute utilisation, divulgation, distribution, reproduction, examen ou copie est non-autorisee et peut etre illegale. Si vous avez recu cette communication par erreur, veuillez aviser l'expedite...
2011 Apr 18
1
Way OT: Anyone know where to get data on relationship between education and salary
...for this. Does anyone know of a suitable dataset, or where I might find one ?Ideally salary, maximum education level, age, sex, industry and some form of geographic location would be amazing. Alternatively, are you aware of any public organisations that would have this information and might divulge it under the freedom of information act ? Thanks in advance Paul.
2005 Nov 09
3
dataframe without repetition
...s pas destinataires de ce message, merci d'avertir l'expediteur de l'erreur de distribution et de le detruire immediatement. Ce message contient des informations confidentielles ou appartenant a La Francaise des Jeux. Il est etabli a l'intention exclusive de ses destinataires. Toute divulgation, utilisation, diffusion ou reproduction (totale ou partielle) de ce message ou des informations qu'il contient, doit etre prealablement autorisee. Tout message electronique est susceptible d'alteration et son integrite ne peut etre assuree. La Francaise des Jeux decline toute responsab...
2006 Oct 13
1
How to install Windows 2003 on Xen 3 without vt-enabled hardware?
...ments qui y sont attachés peuvent contenir des informations confidentielles. Si vous n''etes pas le destinataire escompté, merci d''en informer l''expéditeur immédiatement et de détruire ce courriel ainsi que tous les documents attachés de votre système informatique. Toute divulgation, distribution ou copie du présent courriel et des documents attachés sans autorisation préalable de son émetteur est interdite. This e-mail and any attached documents may contain confidential or proprietary information. If you are not the intended recipient, please advise the sender immediate...
2006 Aug 12
2
Install Applications via Logon Scripts?
...action (next,next,next and etc). Has anyone figured out a way to 'push out' programs via logon script or something else relating to a Samba domain? Thanks, Aaron ----------------------------------------- Disclaimer If you have received this email in error, please delete it and do not divulge this information in any way. Troy C.C.S.D. 30-C cannot accept responsibility for any loss or damage arising from the transmission to the recipient or from the recipient's use of this email or its attachments. Any opinions presented in this email are solely those of the author and do not ne...
2005 Nov 15
2
Project idea
Hi all I have an idea for a project that I think would be very useful using web 2.0. Are there any people out there who may be interested? Sounds a little vague at the moment but I am not certain how much info I can divulge at this point. I would like the project to be a free-to-use one. Regards, William
2018 Jan 20
1
a vector unusually getting NA values.....
dear members, I have a function by name "ygcudf" and a list of stock names by name"snl" ( of class "list"). ygcudf acts on snl and returns a list of the most favourable stocks. I don't wish to divulge the code of the function, for genuine reasons, but the algorithm is as follows: { k <- 1; i <- 1 for(j in 1:length(snl)){ if(snl[[j]] == "condition") { k[i] <- j...