It seems Oracle 10g now 'requires' noexec_user_stack=1 to be enabled
on Solaris. Does anyone know if this is just a recommended security
practice or Oracle 10g really does depend on this being set?
The install process checks for this but allows you to proceed even if
it is set to false. I installed and created my first database on this
system with it set to false and everything seems okay so far.
Just wondering if anyone had anything more in-depth. Seems to me it is
just one step oracle is taking to improve security.
-Chuck
|
|
0
|
|
|
|
Reply
|
rhugga
|
11/9/2004 4:50:16 PM |
|
In article <6c795a35.0411090850.69ed85a5@posting.google.com>,
rhugga@yahoo.com (Keg) writes:
> It seems Oracle 10g now 'requires' noexec_user_stack=1 to be enabled
> on Solaris. Does anyone know if this is just a recommended security
> practice or Oracle 10g really does depend on this being set?
>
> The install process checks for this but allows you to proceed even if
> it is set to false. I installed and created my first database on this
> system with it set to false and everything seems okay so far.
>
> Just wondering if anyone had anything more in-depth. Seems to me it is
> just one step oracle is taking to improve security.
Does Oracle's SQL still accept passwords in clear on the command line for
subsequent display in the output of `ps', or did they grow out of that?
--
SAm.
|
|
0
|
|
|
|
Reply
|
sam
|
11/9/2004 4:57:36 PM
|
|
rhugga@yahoo.com (Keg) writes:
>It seems Oracle 10g now 'requires' noexec_user_stack=1 to be enabled
>on Solaris. Does anyone know if this is just a recommended security
>practice or Oracle 10g really does depend on this being set?
It can't depend on it being set except when it does something really
weird like depending on applications SEGVing which try to execute
code on the stack.
It also has no effect on x86 systems.
I think Oracle has no business inquiring about such parameters;
they're in the database business, not the hardening business.
(So they could put it down as a number of recommended steps)
Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
|
|
0
|
|
|
|
Reply
|
Casper
|
11/9/2004 6:27:08 PM
|
|