mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Validate permissions on the session directory itself, not it's parent, per Felix Pusch. Fixes #4276
This commit is contained in:
@@ -25,7 +25,7 @@ class PermissionsTestCase(BaseTestGenerator):
|
||||
path=os.path.dirname(config.TEST_SQLITE_PATH),
|
||||
permissions='700')),
|
||||
('Check session directory', dict(
|
||||
path=os.path.dirname(config.SESSION_DB_PATH),
|
||||
path=config.SESSION_DB_PATH,
|
||||
permissions='700'))
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user