1. 24 Apr, 2019 1 commit
  2. 21 Jun, 2018 1 commit
  3. 21 Apr, 2018 1 commit
  4. 27 Feb, 2018 1 commit
    • melissaml's avatar
      Update links in README · 3aa2ed4c
      melissaml authored
      Change the outdated links to the latest links in README
      
      Change-Id: Id81a000e3027498bf1bd090f3a1076ef6d257a63
      3aa2ed4c
  5. 12 Jul, 2017 1 commit
  6. 25 Nov, 2016 1 commit
  7. 25 Sep, 2015 2 commits
  8. 24 Sep, 2015 1 commit
  9. 04 Apr, 2015 1 commit
    • Steve Martinelli's avatar
      Correct RST syntax errors in README.rst · ea65f251
      Steve Martinelli authored
      Currently the pypi page for oslo.rootwrap doesn't render correctly,
      running this file through `restview` and fixed the only two errors
      that were found. This should now allow the README content to be
      correctly rendered.
      
      Change-Id: I57dcb6f7f597ca611f66b0e62224c7154ba2772b
      ea65f251
  10. 04 Mar, 2015 1 commit
    • Yuriy Taraday's avatar
      Remove env changing support in daemon mode · f485b93f
      Yuriy Taraday authored
      It introduced a security issue since these env vars are not filtered by
      either sudo or rootwrap. This change reverts changes in common code from
      Iace26738f910a18a5d1d3479fad949027e5a3816 (most of them)
      and purges ability to specify env in arguments for daemon.
      
      Environment should be provided to callee process using EnvFilter and
      /usr/bin/env.
      
      Change-Id: Iafbc493d6158f3ea85b3d74cb37c29e161a1099f
      f485b93f
  11. 20 Jan, 2015 1 commit
    • Doug Hellmann's avatar
      Add bug link to README · 7a6769bb
      Doug Hellmann authored
      Update README to include links expected by the release notes script.
      
      Change-Id: I73b61fcd591fccf566f0c50e95041b45fbeb8d83
      7a6769bb
  12. 18 Dec, 2014 1 commit
    • Doug Hellmann's avatar
      Move files out of the namespace package · bdb739e2
      Doug Hellmann authored
      Move the public API out of oslo.rootwrap to oslo_rootwrap. Retain
      the ability to import from the old namespace package for backwards
      compatibility for this release cycle.
      
      bp/drop-namespace-packages
      
      Change-Id: Ifed1a99e5ea6d999760731867c4294707698d41c
      bdb739e2
  13. 13 Nov, 2014 1 commit
  14. 09 Sep, 2014 1 commit
  15. 17 Jun, 2014 1 commit
    • Tomoki Sekiyama's avatar
      Add ChainingRegExpFilter for prefix utilities · e9225e25
      Tomoki Sekiyama authored
      
      
      This patch adds ChainingRegExpFilter to filter commands prefixed to other
      commands, such as 'nice' and 'ionice'. This filter only checks specified
      number of arguments, and remaining arguments are filtered by the other
      existing filters.
      
      Change-Id: Ica014c472c7e1376f107a039452b215e5c2c4ee5
      Implements: blueprint chaining-regexp-filter
      Signed-off-by: default avatarTomoki Sekiyama <tomoki.sekiyama@hds.com>
      e9225e25
  16. 25 Feb, 2014 1 commit
    • Bogdan Dobrelya's avatar
      To honor RFC5424 add use_syslog_rfc_format config option · 1649ed17
      Bogdan Dobrelya authored
      
      
      Since the rootwrap code was graduated to a separate library,
      This change completes one from oslo-incubator:
      Backport 'ident' from python 3.3 for Oslo's SysLogHandler
      (with commit 79e8a9a08daf563aa8a8d9280c9a6a27dcafc8f2)
      
      To honor RFC5424 add use_syslog_rfc_format config option
      (default False, would be deprecated in J after existing
      syslog format deprecation) which adds APP-NAME to syslog message
      before MSG part to reflect application or service name.
      Usable only with use_syslog, otherwise ignored.
      
      During J, the default logging format for syslog should be changed
      to always provide APP-NAME, thus use_syslog_rfc_format could be
      deprecated in J as well.
      
      Closes-bug: #904307
      
      Change-Id: Icff9db07d543738e092a8826e8a0d2e4b213fc38
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      1649ed17
  17. 28 Jan, 2014 1 commit
    • Thierry Carrez's avatar
      Discontinue usage of oslo-rootwrap · 42255cca
      Thierry Carrez authored
      Rootwrap should be used from specific console_scripts calling into
      oslo.rootwrap.cmd:main, rather than using the specific oslo-rootwrap
      wrapper. This matches how nova and cinder now consume oslo.rootwrap,
      and ensures a smooth upgrade path.
      
      This change aligns the documentation and shipped files to match how
      oslo.rootwrap should be used now.
      
      Change-Id: If01b8840c971d1c6d5c88c7698f5d6a2bf8fd5f0
      42255cca
  18. 03 Dec, 2013 1 commit
    • Thierry Carrez's avatar
      Use oslo-rootwrap in config directory names · d9edf600
      Thierry Carrez authored
      Use oslo-rootwrap rather than oslo.rootwrap in directory names
      (/etc/oslo-rootwrap and /usr/share/oslo-rootwrap), as suggested by
      Chuck. Since this package is actually consumed through its binary
      (oslo-rootwrap) rather than its library (oslo.rootwrap), this is
      probably more appropriate.
      
      Change-Id: I0e249d70937307b5fe116750923c20d487506c97
      d9edf600
  19. 02 Dec, 2013 1 commit
    • Thierry Carrez's avatar
      Ship with etc/oslo.rootwrap instead of etc/oslo · b94ef1a0
      Thierry Carrez authored
      Ship default configuration file in etc/oslo.rootwrap to encourage best
      packaging practices (packagers should deploy rootwrap.conf in
      /etc/oslo.rootwrap rather than /etc/oslo/rootwrap or /etc/oslo).
      
      Also change default filters_path directory from
      /etc/oslo.rootwrap/rootwrap.d to /etc/oslo.rootwrap/filters.d
      as it avoids redundancy and is more self-explanatory.
      
      Change-Id: Iadf623571283cba1886bb27a5f55c59ba66c522f
      b94ef1a0
  20. 27 Nov, 2013 1 commit
  21. 21 Nov, 2013 1 commit