diff options
author | Shirish Kalele <kalele@samba.org> | 2002-01-09 16:36:18 +0000 |
---|---|---|
committer | Shirish Kalele <kalele@samba.org> | 2002-01-09 16:36:18 +0000 |
commit | 0c5f0e765473caff9d2f340fd86c7434cf43ac33 (patch) | |
tree | 2fe3e9d873edfda84ce27cd34d9ae8f71d8aed5d | |
parent | fcfc4a30338675c640f62ac9d6196b68c6f419ff (diff) | |
download | samba-0c5f0e765473caff9d2f340fd86c7434cf43ac33.tar.gz samba-0c5f0e765473caff9d2f340fd86c7434cf43ac33.tar.xz samba-0c5f0e765473caff9d2f340fd86c7434cf43ac33.zip |
Modified samba/var permissions to be 0711. I don't know if 0755 is better.
I just didn't want non-root users to access the log files.
-rw-r--r-- | packaging/Solaris/prototype.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Solaris/prototype.master b/packaging/Solaris/prototype.master index f4ed567673e..ba10d5ddbc3 100644 --- a/packaging/Solaris/prototype.master +++ b/packaging/Solaris/prototype.master @@ -30,7 +30,7 @@ e swat /etc/inet/inetd.conf=packaging/Solaris/inetd.conf ? ? ? # Create the samba subtree. (Usually /usr/local/samba ) # d none samba 0755 root other -d none samba/var 0700 root other +d none samba/var 0711 root other d none samba/bin 0755 root other d none samba/lib 0755 root other d none samba/docs 0755 root other |