1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #1194: Set other_u permission for the default DS in onedb migrator 3.3.0 to 3.3.80

This commit is contained in:
Carlos Martín 2012-03-30 16:05:34 +02:00
parent 3d347d024e
commit ec56bc2c9c

View File

@ -280,7 +280,7 @@ module Migrator
" <GROUP_U>1</GROUP_U>" <<
" <GROUP_M>0</GROUP_M>" <<
" <GROUP_A>0</GROUP_A>" <<
" <OTHER_U>0</OTHER_U>" <<
" <OTHER_U>1</OTHER_U>" <<
" <OTHER_M>0</OTHER_M>" <<
" <OTHER_A>0</OTHER_A>" <<
" </PERMISSIONS>" <<
@ -304,7 +304,7 @@ module Migrator
:gid => 0,
:owner_u => 1,
:group_u => 1,
:other_u => 0)
:other_u => 1)
return true
end