pgAdmin 4 commit: Validate permissions on the session directory itself,

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Validate permissions on the session directory itself,
Date: 2019-05-21 11:14:39
Message-ID: E1hT2j9-0004hn-KF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Validate permissions on the session directory itself, not it's parent, per Felix Pusch. Fixes #4276

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f1ef7b0346cbb06ca007bdf48f7830fbcac2b2a1

Modified Files
--------------
web/pgadmin/setup/data_directory.py | 2 +-
web/pgadmin/setup/tests/test_permissions.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-05-21 12:02:29 Re: [pgAdmin][RM4195] Tab navigation is broken in Query tool (Accessibility)
Previous Message Dave Page 2019-05-21 10:51:24 pgAdmin 4 commit: Clarify wording for the NO INHERIT option on constrai