Fix clockspeed_run_cli() declaration, it was incorrectly defined as a template instead of an interface.
This commit is contained in:
parent
2733830a27
commit
7a4bd42ea3
@ -1,3 +1,6 @@
|
|||||||
|
- Fix clockspeed_run_cli() declaration, it was incorrectly defined as a
|
||||||
|
template instead of an interface.
|
||||||
|
|
||||||
* Tue Apr 17 2007 Chris PeBenito <selinux@tresys.com> - 20070417
|
* Tue Apr 17 2007 Chris PeBenito <selinux@tresys.com> - 20070417
|
||||||
- Patch for sasl's use of kerberos from Dan Walsh.
|
- Patch for sasl's use of kerberos from Dan Walsh.
|
||||||
- Patches to confine ldconfig, udev, and insmod in the targeted policy from Dan Walsh.
|
- Patches to confine ldconfig, udev, and insmod in the targeted policy from Dan Walsh.
|
||||||
|
@ -39,7 +39,7 @@ interface(`clockspeed_domtrans_cli',`
|
|||||||
## </param>
|
## </param>
|
||||||
## <rolecap/>
|
## <rolecap/>
|
||||||
#
|
#
|
||||||
template(`clockspeed_run_cli',`
|
interface(`clockspeed_run_cli',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type clockspeed_cli_t;
|
type clockspeed_cli_t;
|
||||||
')
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user