Skip to content
Snippets Groups Projects
  1. Apr 07, 2022
  2. Nov 16, 2021
  3. Jun 01, 2021
  4. May 27, 2021
    • José Bollo's avatar
      chsmack: Avoid duplicate slashs · 4a723836
      José Bollo authored
      When the command chsmack is called for recursive
      exploration, if the given path(s) end with /, it
      produced output with 2 slashes.
      
      Exemple before:
      
        $ chsmack -r here/
        here//i-am: access="_"
        here//you-are: access="_"
      
      Exemple after:
      
        $ chsmack -r here/
        here/i-am: access="_"
        here/you-are: access="_"
      
      Note that slash at tail are often produced by
      automatic completion and/or scripts.
      4a723836
  5. Jun 17, 2020
    • José Bollo's avatar
      Add the command 'test' to smackctl · a88ccd21
      José Bollo authored
      
      The command 'test' is similar to the
      command 'status' but instead of displaying
      the status, it returns a status: 0 if smackFS
      is mounted or 1 otherwise.
      
      The intention is to provide a cleaner interface
      for scripting. Instead of writing
      
       if smackctl status | grep -qv ' not '; then ...
      
      the script progreammer can simply write
      
       if smackctl test; then ...
      
      Signed-off-by: default avatarJosé Bollo <jose.bollo@iot.bzh>
      a88ccd21
  6. Jul 28, 2017
  7. Jul 01, 2017
  8. Jun 08, 2017
  9. Oct 19, 2016
  10. Oct 18, 2016
  11. Oct 17, 2016
  12. Oct 13, 2016
  13. May 13, 2016
  14. Apr 04, 2016
  15. Mar 15, 2016
  16. Dec 31, 2015
  17. Jul 28, 2015
  18. May 21, 2015
Loading