Modify ↓
Ticket #871 (closed enhancement: fixed)
Recursively define permissions
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawkTXV0x-NJtj3FJIUxtXA1nvkZpg-8kfsU | Owned by: | solj |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.2.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
We have a need to recursively set permissions (generally just owner/group and not mode) for everything under a given directory. Doesn't seem possible with the current syntax.
As an example, sometimes the permissions of files under /var/opt/openldap might get borked by an admin. These files are BDB logs whose names follow a pattern, but aren't know beforehand. I'd like to be able to say "/var/opt/openldap/log.* should be ldap:ldap".
-josh
Attachments
Change History
comment:1 Changed 12 years ago by solj
- Owner changed from desai to solj
- Status changed from new to accepted
- Milestone changed from Bcfg2 1.2.0 Release to Bcfg2 1.3.0 Release
comment:2 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.3.0 Release to Bcfg2 1.2.0 Release
comment:3 Changed 12 years ago by solj
- Status changed from accepted to closed
- Resolution set to fixed
Added in 76366b0bf116b0d320ec4a7168de8f62cc50ec98.
Note: See
TracTickets for help on using
tickets.