summaryrefslogtreecommitdiffstats
path: root/py/mock.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/mock.py')
-rwxr-xr-xpy/mock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mock.py b/py/mock.py
index 492d8b2..408b421 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -627,7 +627,7 @@ def main(ret):
elif options.mode == 'copyin':
chroot.tryLockBuildRoot()
chroot._resetLogging()
- uidManager.dropPrivsForever()
+ #uidManager.dropPrivsForever()
if len(args) < 2:
log.critical("Must have source and destinations for copyin")
sys.exit(50)