Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ceph
0001-Revert-init-radosgw-run-RGW-as-root.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Revert-init-radosgw-run-RGW-as-root.patch of Package ceph
From: Nathan Cutler <ncutler@suse.com> Date: Sat, 15 Aug 2015 22:18:15 +0200 Subject: [PATCH] Revert "init-radosgw: run RGW as root" This reverts commit a71f3091a4ea810c02517642fb4ab9ce5516b452, which changed RGW default user from "www-data" to "root". This change does not apply to SUSE Enterprise Storage 1.0. Signed-off-by: Nathan Cutler <ncutler@suse.com> (cherry picked from commit d0d086ad659f5bda2e7a96a8df432ee4ba8a20bc) --- src/init-radosgw | 2 +- src/init-radosgw.sysv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init-radosgw b/src/init-radosgw index 7af51ef..02d543c 100644 --- a/src/init-radosgw +++ b/src/init-radosgw @@ -35,7 +35,7 @@ done PREFIX='client.radosgw.' # user to run radosgw as (it not specified in ceph.conf) -DEFAULT_USER='root' +DEFAULT_USER='www-data' RADOSGW=`which radosgw` if [ ! -x "$RADOSGW" ]; then diff --git a/src/init-radosgw.sysv b/src/init-radosgw.sysv index 1bb8a89..533075a 100644 --- a/src/init-radosgw.sysv +++ b/src/init-radosgw.sysv @@ -37,7 +37,7 @@ PREFIX='client.radosgw.' # user to run radosgw as (it not specified in ceph.conf) #DEFAULT_USER='www-data' -DEFAULT_USER='root' +DEFAULT_USER='apache' RADOSGW=`which radosgw` if [ ! -x "$RADOSGW" ]; then
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor