Modify ↓
Ticket #574 (closed enhancement: fixed)
RFE: add selinux capabilities to :info file
Reported by: | [email protected]… | Owned by: | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.3.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | selinux | Cc: |
Description
Please consider adding the ability to set SELINUX attributes in the :info file.
selinux = user:role:type
I.E. - for say /etc/my.cnf which needs a different "type" other then the default etc_t
selinux = "system_u:object_r:mysqld_etc_t"
this can then be passed to the system as:
chcon -u system_u -r object_r -t mysqld_etc_t /etc/my.cnf
Attachments
Change History
comment:2 Changed 14 years ago by solj
- Milestone changed from Bcfg2 1.0 Release to POSIX unification
comment:3 Changed 13 years ago by desai
- Milestone changed from POSIX unification to Bcfg2 1.0.1 Release
comment:4 Changed 13 years ago by solj
- Milestone changed from Bcfg2 1.0.1 Release to Bcfg2 1.1.0 Release
comment:5 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.1.0 Release to Bcfg2 1.2.0 Release
comment:6 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.2.0 Release to Bcfg2 1.3.0 Release
comment:7 Changed 11 years ago by https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc
- Owner changed from desai to https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc
- Status changed from new to accepted
comment:8 Changed 11 years ago by https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc
- Status changed from accepted to closed
- Resolution set to fixed
SELinux support (including not just file context but the whole range of SELinux objects and modules) added in https://github.com/Bcfg2/bcfg2/commit/09e934512dc053a96bd7b16c2c95563e055720f7.
Note: See
TracTickets for help on using
tickets.