Skip to content

Commit

Permalink
Merge pull request dev-sec#203 from dev-sec/fix_202
Browse files Browse the repository at this point in the history
add colon to user env paths - fix dev-sec#202
  • Loading branch information
rndmh3ro authored Nov 11, 2018
2 parents accaa48 + aabc4f6 commit 6a44bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/login.defs.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ HUSHLOGIN_FILE .hushlogin

# *REQUIRED*: The default PATH settings, for superuser and normal users. (they are minimal, add the rest in the shell startup files)
ENV_SUPATH PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin{{ os_env_extra_user_paths| join (':') }}
ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin:{{ os_env_extra_user_paths| join (':') }}

# Terminal permissions
# --------------------
Expand Down

0 comments on commit 6a44bb4

Please sign in to comment.