]> granicus.if.org Git - sudo/commit
Do not follow symbolic links in sudoedit by default. This behavior
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 6 Aug 2015 19:20:01 +0000 (13:20 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 6 Aug 2015 19:20:01 +0000 (13:20 -0600)
commit3354d27a1739b364398038a2675cbc2612afdf20
tree7f93b96a1e9d1230f40a216bbad5f55ff4af9cad
parent079167d2c412f8a4bba255a45a0d31a8e18b0aa8
Do not follow symbolic links in sudoedit by default.  This behavior
can be controlled by the sudoedit_follow Defaults flag as well as
the FOLLOW/NOFOLLOW tags.
35 files changed:
doc/UPGRADE
doc/sudo.cat
doc/sudo.man.in
doc/sudo.mdoc.in
doc/sudo_plugin.cat
doc/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in
doc/sudoers.cat
doc/sudoers.man.in
doc/sudoers.mdoc.in
include/sudo_compat.h
include/sudo_plugin.h
plugins/sudoers/def_data.c
plugins/sudoers/def_data.h
plugins/sudoers/def_data.in
plugins/sudoers/gram.c
plugins/sudoers/gram.h
plugins/sudoers/gram.y
plugins/sudoers/ldap.c
plugins/sudoers/parse.c
plugins/sudoers/parse.h
plugins/sudoers/policy.c
plugins/sudoers/regress/sudoers/test1.in
plugins/sudoers/regress/sudoers/test1.json.ok
plugins/sudoers/regress/sudoers/test1.out.ok
plugins/sudoers/regress/sudoers/test1.toke.ok
plugins/sudoers/sudoers_version.h
plugins/sudoers/testsudoers.c
plugins/sudoers/toke.c
plugins/sudoers/toke.l
plugins/sudoers/visudo_json.c
src/sesh.c
src/sudo.c
src/sudo.h
src/sudo_edit.c