Ticket #776 (closed defect: fixed)
BoundPermissions does not seems to work
| Reported by: | somekool <somekool@…> | Owned by: | desai |
|---|---|---|---|
| Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
| Component: | bcfg2-client | Version: | 0.9.x |
| Keywords: | Cc: |
Description
I am still using 0.9.6 and I just realized I have some permission that are not shown as bad although they are...
I have...
SGenshi/server-bcfg2.xml: <BoundPermissions perms="0701" group="root" owner="root" name="/var/log/httpd"/> SGenshi/server-bcfg2.xml: <BoundPermissions perms="0701" group="root" owner="root" name="/etc/httpd/logs"/> [root@qcsmis1002 bcfg2]# ls -lda /etc/httpd/logs/ drwx------ 3 root root 4096 Nov 3 00:02 /etc/httpd/logs/ [root@qcsmis1002 bcfg2]# ls -ld /var/log/httpd drwx------ 3 root root 4096 Nov 3 00:02 /var/log/httpd [root@qcsmis1002 bcfg2]#
and they are shown no where as bad on the webinterface
when I run bcfg2 -I i don't see this permission being wrong or anything...
so it seems like the BoundPermissions? tag is not working properly...
actually. it seems to work for files. but not for directories.
thank you
Attachments
Change History
Note: See
TracTickets for help on using
tickets.