Directory security permissions
Posted: Fri Apr 15, 2022 9:16 am
Currently, Phoenix has a page that shows whether directories are readable or writable and whether they should be readable or writable. It looks something like The problem is that people report that it is difficult to understand what this is trying to say. For example, images has two green check marks. That's good, right? Meanwhile, ext/scripts has two red Xs. That sounds bad. But what the interface is trying to say is that there should be matches. So both images and ext/scripts have correct permissions here.
Another possible display might look like This has just one column. If the permissions are correct, it is green. If they are incorrect, it would be red. If the permissions are writable, it shows as a folder with a plus sign. If the permission are not writable, it shows as a lock.
My questions:
1. Is this understandable?
2. Is the lock icon better for non-writable directories than the X?
3. Is the folder-plus icon better for writable directories than the check mark?
4. Should it have two separate columns? One for the recommended permissions and one for the current permissions?
5. Or three columns? Recommended, actual current, and a third column for if they are the same.
6. Or two columns: recommended and whether they match.
7. Is there a more intuitive interface that I haven't mentioned yet?
I think we can take it as given that the directory path will always appear in any interface.
Note: I'm going to be editing this file regardless. That's not in question. The question is if I should change the interface while editing the file. And if so, to what.
Another possible display might look like This has just one column. If the permissions are correct, it is green. If they are incorrect, it would be red. If the permissions are writable, it shows as a folder with a plus sign. If the permission are not writable, it shows as a lock.
My questions:
1. Is this understandable?
2. Is the lock icon better for non-writable directories than the X?
3. Is the folder-plus icon better for writable directories than the check mark?
4. Should it have two separate columns? One for the recommended permissions and one for the current permissions?
5. Or three columns? Recommended, actual current, and a third column for if they are the same.
6. Or two columns: recommended and whether they match.
7. Is there a more intuitive interface that I haven't mentioned yet?
I think we can take it as given that the directory path will always appear in any interface.
Note: I'm going to be editing this file regardless. That's not in question. The question is if I should change the interface while editing the file. And if so, to what.