Kaydet (Commit) 3e26c911 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Use saner permission on files.

Signed-off-by: 's avatarTomas Chvatal <tchvatal@suse.cz>
üst 35916905
...@@ -92,10 +92,10 @@ ...@@ -92,10 +92,10 @@
#endif #endif
#define BIN_FILE_BODY \ #define BIN_FILE_BODY \
UnixRights = 555 UnixRights = 755
#define TXT_FILE_BODY \ #define TXT_FILE_BODY \
UnixRights = 444 UnixRights = 644
#define USER_FILE_BODY \ #define USER_FILE_BODY \
UnixRights = 644 UnixRights = 644
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment