Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create "exec" mapper that sets executable bits #133

Open
ctron opened this issue Nov 14, 2013 · 2 comments
Open

Create "exec" mapper that sets executable bits #133

ctron opened this issue Nov 14, 2013 · 2 comments
Milestone

Comments

@ctron
Copy link

ctron commented Nov 14, 2013

It would be nice if there would be a new "exec" mapper that simply sets exec bits only.

Configuration:

<mapper>
<type>exec</type>
<incldues>myapp</includes>
<user>true</user>
<group>true</group>
<other>true</other>
</mapper>

All files matching that expression get the exec bit set.

@ebourg
Copy link
Collaborator

ebourg commented Nov 14, 2013

Rather than adding a new mapper I think we should implement something like dh_fixperms, such that in most cases we never have to care about the permissions on the files.

http://man.he.net/man1/dh_fixperms

@ctron
Copy link
Author

ctron commented Nov 14, 2013

Well this would be even better. But I though it would also take much longer.

@tcurdt tcurdt added this to the 2.0 milestone Feb 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants