View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000208 | bareos-core | file daemon | public | 2013-07-17 17:38 | 2015-03-25 19:18 |
Reporter | mvwieringen | Assigned To | mvwieringen | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | Windows 7 | OS | Windows | OS Version | 7 |
Product Version | 12.4.4 | ||||
Summary | 0000208: Look into possibility to limit access rights on %APPDATA%/Bareos to administrators only. | ||||
Description | See if its possible to have the access to %APPDATA%/Bareos on windows limited to administrator only. e.g. as sensitive config data is written in that directory it would be nice if only the Admin Users can access this config dir. | ||||
Additional Information | Look into what NSIS provides in setting security settings on this particular directory. | ||||
Tags | No tags attached. | ||||
Mailinglist thread: https://groups.google.com/forum/#!topic/bareos-users/hM1Uw7QNPR0 |
|
cacls.exe is the command line tool included in Windows to edit ACLs. Its functionality is limited, but should work for this requirement. For more complex requirements, the freeware tool http://helgeklein.com/setacl/ is often used. |
|
Looks like the AccessControl Plugin for NSIS can do what is needed: http://nsis.sourceforge.net/AccessControl_plug-in |
|
Fix committed to bareos master branch with changesetid 592. | |
Fix committed to bareos bareos-13.2 branch with changesetid 1110. | |
Fix committed to bareos bareos-12.4 branch with changesetid 1111. | |
Fix committed to bareos2015 bareos-14.2 branch with changesetid 5080. | |
Due to the reimport of the Github repository to bugs.bareos.org, the status of some tickets have been changed. These tickets will be closed again. Sorry for the noise. |
|
bareos: master d414b2da 2013-07-31 14:55 Committer: Ported: N/A Details Diff |
windows config files admin-only access Windows configuration files were accessible by normal users until now. Now we use the NSIS AccessControl Plugin (http://nsis.sourceforge.net/AccessControl_plug-in) to limit the access to the Administrator only. This also means that if you want to edit the config file, this has to happen as administrator. Fixes 0000208: Look into possibility to limit access rights on %APPDATA%/Bareos to administrators only. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000208 |
|
mod - platforms/win32/winbareos.nsi | Diff File | ||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
bareos: bareos-13.2 7e2452a2 2013-07-31 14:55 Committer: mvwieringen Ported: N/A Details Diff |
windows config files admin-only access Windows configuration files were accessible by normal users until now. Now we use the NSIS AccessControl Plugin (http://nsis.sourceforge.net/AccessControl_plug-in) to limit the access to the Administrator only. This also means that if you want to edit the config file, this has to happen as administrator. Fixes 0000208: Look into possibility to limit access rights on %APPDATA%/Bareos to administrators only. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000208 |
|
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos: bareos-12.4 3062026d 2013-07-31 14:55 Committer: mvwieringen Ported: N/A Details Diff |
windows config files admin-only access Windows configuration files were accessible by normal users until now. Now we use the NSIS AccessControl Plugin (http://nsis.sourceforge.net/AccessControl_plug-in) to limit the access to the Administrator only. This also means that if you want to edit the config file, this has to happen as administrator. Fixes 0000208: Look into possibility to limit access rights on %APPDATA%/Bareos to administrators only. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000208 |
|
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos2015: bareos-12.4 33ed1ae5 2013-07-31 16:55 Committer: mvwieringen Ported: N/A Details Diff |
windows config files admin-only access Windows configuration files were accessible by normal users until now. Now we use the NSIS AccessControl Plugin (http://nsis.sourceforge.net/AccessControl_plug-in) to limit the access to the Administrator only. This also means that if you want to edit the config file, this has to happen as administrator. Fixes 0000208: Look into possibility to limit access rights on %APPDATA%/Bareos to administrators only. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000208 |
|
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos2015: bareos-13.2 2c4a67de 2013-07-31 16:55 Committer: mvwieringen Ported: N/A Details Diff |
windows config files admin-only access Windows configuration files were accessible by normal users until now. Now we use the NSIS AccessControl Plugin (http://nsis.sourceforge.net/AccessControl_plug-in) to limit the access to the Administrator only. This also means that if you want to edit the config file, this has to happen as administrator. Fixes 0000208: Look into possibility to limit access rights on %APPDATA%/Bareos to administrators only. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000208 |
|
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos2015: bareos-14.2 9b494547 2013-07-31 16:55 Committer: mvwieringen Ported: N/A Details Diff |
windows config files admin-only access Windows configuration files were accessible by normal users until now. Now we use the NSIS AccessControl Plugin (http://nsis.sourceforge.net/AccessControl_plug-in) to limit the access to the Administrator only. This also means that if you want to edit the config file, this has to happen as administrator. Fixes 0000208: Look into possibility to limit access rights on %APPDATA%/Bareos to administrators only. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000208 |
|
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-17 17:38 | mvwieringen | New Issue | |
2013-07-17 17:38 | mvwieringen | Status | new => assigned |
2013-07-17 17:38 | mvwieringen | Assigned To | => pstorz |
2013-07-19 16:03 | maik | Note Added: 0000537 | |
2013-07-19 16:25 | joergs | Note Added: 0000539 | |
2013-07-30 11:45 | pstorz | Note Added: 0000560 | |
2013-07-31 16:00 | mvwieringen | Changeset attached | => bareos master 7c69944f |
2013-07-31 16:00 | mvwieringen | Assigned To | pstorz => mvwieringen |
2013-07-31 16:00 | mvwieringen | Status | assigned => resolved |
2013-07-31 16:00 | mvwieringen | Resolution | open => fixed |
2013-08-13 03:12 |
|
Changeset attached | => bareos master d414b2da |
2013-08-13 03:12 |
|
Note Added: 0000572 | |
2013-08-13 03:12 |
|
Assigned To | mvwieringen => mvwieringen adm |
2013-09-04 15:46 | mvwieringen | Changeset attached | => bareos bareos-13.2 7e2452a2 |
2013-09-04 15:46 | mvwieringen | Note Added: 0000655 | |
2013-09-04 15:46 | mvwieringen | Assigned To | mvwieringen adm => mvwieringen |
2013-09-04 15:46 | mvwieringen | Changeset attached | => bareos bareos-12.4 3062026d |
2013-09-04 15:46 | mvwieringen | Note Added: 0000656 | |
2013-09-05 17:17 | mvwieringen | Status | resolved => closed |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-12.4 33ed1ae5 |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-13.2 2c4a67de |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-14.2 9b494547 |
2015-03-25 16:51 | mvwieringen | Note Added: 0001362 | |
2015-03-25 16:51 | mvwieringen | Status | closed => resolved |
2015-03-25 19:18 | joergs | Note Added: 0001520 | |
2015-03-25 19:18 | joergs | Status | resolved => closed |