Git Product home page Git Product logo

Comments (3)

mpilquist avatar mpilquist commented on July 17, 2024

Adding some builder methods to PosixPermissions sounds good to me. Both add and remove maybe?

I could also see something like:

  • p.modify("+x")
  • PosixPermissionChange.fromString("+x").traverse(p.modify)
  • p | PosixPermissions.fromString("x--x--x--").get
  • p + PosixPermissions.fromString("x--x--x--").get and p - PosixPermissions.fromString("x--x--x--").get

from fs2.

mpilquist avatar mpilquist commented on July 17, 2024

Fixed by #3396

from fs2.

daddykotex avatar daddykotex commented on July 17, 2024

I just spent some time working on the additional changes we talked about. and TIL, that chmod supports a lot more than I had anticipated, see the docs.

For example one can do: u=g to set the [u]sers permissions to whatever the [g]roup permissions are. You can also do +x,+w.

Do we want to match what chmod can accepts, or allowing a subset of that would be reasonable? eg:

  1. "+x" add executable bit to all
  2. "u-r" removes the read bit for users
  3. "g=rw" sets the group permission as "rw-" (remove executable if it's there)

from fs2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.