Compare commits
1 Commits
c83e4755e9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c721e898c4 |
@@ -58,7 +58,8 @@ class RunGuard:
|
|||||||
self.usepickle = True
|
self.usepickle = True
|
||||||
|
|
||||||
v = os.getenv('GUARD_RLIMIT_OFILE')
|
v = os.getenv('GUARD_RLIMIT_OFILE')
|
||||||
if v: self.ofile = int(v)
|
if v:
|
||||||
|
self.ofile = int(v)
|
||||||
self.ldpreload = os.getenv('GUARD_LD_PRELOAD')
|
self.ldpreload = os.getenv('GUARD_LD_PRELOAD')
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user