harningt

133
reputation
48 views

Registered User

name harningt
member for 1 year
seen Dec 10 at 4:58
website
location Fort Wayne, Indiana
age 25
In short: Security/OpenSource Engineer Extraordinaire
Sep
17
awarded  Yearling
Aug
1
accepted OSX - Retrieve user id of logged-in user from a system service
Jul
31
answered OSX - Retrieve user id of logged-in user from a system service
Jul
30
comment OSX - Retrieve user id of logged-in user from a system service
There can only be one person physically using a Mac at once. Fast-user switching doesn't allow multiple people to have control of a terminal at a given time. Nor does SSH, it gets you console access, but no GUI access. getuid and the like will return the current user of the running process (ex: root)... getlogin appears to have the same behavior.
Jul
29
asked OSX - Retrieve user id of logged-in user from a system service
Jul
28
answered .NET support for PKCS#11?
Jul
23
awarded  Tumbleweed
Jul
22
awarded  Scholar
Jul
22
comment Check signature of OSX bundle before load
dlopen will execute the init functions in a library on load... so code will get executed...
Jul
22
comment Check signature of Linux shared-object before load
Marking this as the 'answer' since there seems to be no alternative that prevents a root/current-user from mucking with things.
Jul
22
awarded  Commentator
Jul
22
comment Check signature of Linux shared-object before load
Looks like the overall problem is unsolvable without kernel-level intervention :-/ Segments can be overwritten once verified... ptrace can outright change the way things are working... Pending any answers that can do something 'magical'... it looks like there's no way to do this without root-level privileges and some way of disabling external debugging.
Jul
22
comment Check signature of Linux shared-object before load
Awesome! I'd give this one of the most useful tidbit of info and mark it the answer except for the case where someone poked a hole outright in the theory.
Jul
22
comment Check signature of Linux shared-object before load
Ah, good catch on that one... and ptrace renders this all useless doesn't it :-/ Makes DigSig look like the only option... or a filesystem that offers read-only access to data that is itself signature verified...
Jul
21
comment Check signature of Linux shared-object before load
Sweet, this kinda-of-looks just like what I want... except it's one of those environment variables only checked at startup :-/ The project needing this feature is one that is often loaded as a plugin to another product... however LD_AUDIT looks like something useful to handle when it's used in our controlled applications...
Jul
21
comment Check signature of Linux shared-object before load
Awesome, sadly missing the common-user usage w/o root rights...
Jul
21
awarded  Student
Jul
21
asked Check signature of Linux shared-object before load
Jul
21
asked Check signature of OSX bundle before load
Jul
16
answered Why doesn’t Edit & Continue work for me in VS2008 with a legacy C++ win32 project?
Jul
16
awarded  Autobiographer
Jul
16
asked Simulate USB insertion on OSX via software