lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 25 Apr 2023 20:12:03 +0700
From:   Bagas Sanjaya <bagasdotme@...il.com>
To:     Raj J Putari <jmaharaj2013@...il.com>,
        LKML <linux-kernel@...r.kernel.org>
Cc:     Willy Tarreau <w@....eu>
Subject: Re: programming tips

On Tue, Apr 25, 2023 at 04:07:27AM -0700, Raj J Putari wrote:
> i can do
> int x = cpu_read(code) = return_value_that_you_seek;

Is it same as:

```
int x = cpu_read(foo)

if x == <desired return value> {
	/* do something */
}

```
?

> 
> additionally i feel that, with security, that there should be a local
> sql server tied to the linux kernel, so you can do stuff like easily
> share data in a lan

Implementing SQL language in the kernel? Making MySQL/PostgreSQL/SQLite
obsolete? How about prepared statements and input sanitation? Last but
not least, why is it hard for you to use wrapper libraries to SQL in
your userspace program to the point that you want kernelSQL?

I'm confused...

-- 
An old man doll... just what I always wanted! - Clara

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ