Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
4ba89096
Commit
4ba89096
authored
Nov 02, 2011
by
Antoine Catton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor: bugfix on dropbear single user patch.
parent
8aaad8c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
component/dropbear/buildout.cfg
component/dropbear/buildout.cfg
+1
-1
component/dropbear/userspace.patch
component/dropbear/userspace.patch
+1
-1
No files found.
component/dropbear/buildout.cfg
View file @
4ba89096
...
@@ -13,7 +13,7 @@ parts =
...
@@ -13,7 +13,7 @@ parts =
[dropbear-userspace-patch]
[dropbear-userspace-patch]
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
md5sum =
89f575b9a9586b04ef9073c9c3af13ae
md5sum =
3d934c2c90e8c57536a4fa2cf8ad216d
url = ${:_profile_base_location_}/${:filename}
url = ${:_profile_base_location_}/${:filename}
filename = userspace.patch
filename = userspace.patch
download-only = true
download-only = true
...
...
component/dropbear/userspace.patch
View file @
4ba89096
...
@@ -48,7 +48,7 @@ index 87e3c5e..adb2e8b 100644
...
@@ -48,7 +48,7 @@ index 87e3c5e..adb2e8b 100644
+ if (svr_opts.singleuser) {
+ if (svr_opts.singleuser) {
+ m_free(username);
+ m_free(username);
+ /* Get the current login of the user running dropbear */
+ /* Get the current login of the user running dropbear */
+ username = m_strdup(get
login()
);
+ username = m_strdup(get
pwuid(getuid())->pw_name
);
+ }
+ }
+#endif /* ifdef ENABLE_SINGLEUSER */
+#endif /* ifdef ENABLE_SINGLEUSER */
servicename = buf_getstring(ses.payload, &servicelen);
servicename = buf_getstring(ses.payload, &servicelen);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment