PDA

View Full Version : SRP Question...


Dragons Forever
September 13th, 2009, 01:46 AM
Hello

I set up SRP according to this:

http://www.wilderssecurity.com/showthread.php?t=232857

Obviously here any application you try to execute/install is blocked. How would I allow a trusted application I want to install?

Thanks.

Sully
September 13th, 2009, 02:58 AM
One easy way would be to create a special directory, perhaps like c:\trusted, and then in SRP you create a rule to allow unrestricted anything in that directory.

Some will turn off/disable SRP when the want to run something.

There are other ways, but IMO the easiest in default-deny is to create a special directory that is allowed execution.

Sul.

Dragons Forever
September 13th, 2009, 05:58 AM
-{ Quote: "One easy way would be to create a special directory, perhaps like c:\trusted, and then in SRP you create a rule to allow unrestricted anything in that directory.

Some will turn off/disable SRP when the want to run something.

There are other ways, but IMO the easiest in default-deny is to create a special directory that is allowed execution.

Sul." }-

Thank you for your answer.

2 Questions:
How do I turn of SRP?
And how exactly do I create a special directory?

I'm completely new to SRP here so bare with me. :)

Sully
September 13th, 2009, 06:22 PM
Well, you have not stated how you are using SRP, from admin or LUA, if you are doing default-deny or not.

Regardless, you need to create a directory somewhere, and then add that directory as a SRP rule. Then apply the appropriate restrictions based on what you want to happen within that directory. Then any program executed within that directory will be restricted as to your rule.

Sul.