Skip to content

Commit

Permalink
do not chmod the files with passwords ... makes more sense for users …
Browse files Browse the repository at this point in the history
…to defined the security based on users and their permissions mask and group membership
  • Loading branch information
dalehenrich committed Oct 2, 2023
1 parent 8003814 commit 2607cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,4 @@ createStoneStructure: stoneSpec
nextPutAll: 'set GEMSTONE ' , stoneSpec stoneName;
lf;
nextPutAll: 'set u ' , userId , ' p ' , password;
lf ].
self class chmod: (stoneRoot / '.topazini') fullName fileMode: 'u+w,og-rw'
lf ]

This file was deleted.

0 comments on commit 2607cb3

Please sign in to comment.