Code Monkey home page Code Monkey logo

Comments (5)

twpayne avatar twpayne commented on August 18, 2024

Use the private_ attribute:

$ chezmoi chattr +private ~/.config ~/.local

from chezmoi.

lilHermit avatar lilHermit commented on August 18, 2024

but that sets the default chmod of 755 / 644 I want to specify 750 / 640 so 2 things might be useful

  1. being able to specify in the config what private mode chmod looks like. For example
priviate_chmod:
  file: 640
  directory: 750
  1. Being able specific chmod per directory / file. For example
## Directory
$ chezmoi chattr +chmod 750 .config

##
$ chezmoi chattr +chmod 640 .config/tmux.conf

from chezmoi.

halostatue avatar halostatue commented on August 18, 2024

Does the config option umask help with your request?

from chezmoi.

lilHermit avatar lilHermit commented on August 18, 2024

@halostatue Wow not sure how I missed that, thanks

Iit helps greatly as if I set the umask to 027 all my files get the correct permission it rw-r----- . However chezmoi still sets the .local and .config directories to rwx------ (700) however I need 750 so my backup script use can read my files. As a result when I run cheqmoi diff I get the following:

diff --git a/.config b/.config
old mode 40750
new mode 40700
diff --git a/.local b/.local
old mode 40750
new mode 40700
diff --git a/.local/share b/.local/share
old mode 40750
new mode 40700
diff --git a/fix-perms.sh b/fix-perms.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c135c3939e4f36bc1c27b98224a26509fe659b3c
--- /dev/null
+++ b/fix-perms.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+## Fixing permissions required for restic to backup
+chmod 750 ~/.config
+chmod 750 ~/.local
+chmod 750 ~/.local/share

Which is slightly annoying and would be great if that could be fixed.

from chezmoi.

twpayne avatar twpayne commented on August 18, 2024

The current set of permission-related attributes work for almost everybody. Adding a new, complex, attribute which is not orthogonal to the existing attributes is too much complexity for too little gain. I would instead suggest modifying your backup script.

from chezmoi.

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.