mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-11 03:51:26 +00:00
Fix swig commenting.
This commit is contained in:
parent
4bea20b522
commit
4ce47e4e30
@ -1318,9 +1318,11 @@ typedef struct qpol_cat {} qpol_cat_t;
|
|||||||
/* qpol mls range */
|
/* qpol mls range */
|
||||||
typedef struct qpol_mls_range {} qpol_mls_range_t;
|
typedef struct qpol_mls_range {} qpol_mls_range_t;
|
||||||
%extend qpol_mls_range {
|
%extend qpol_mls_range {
|
||||||
# TODO: determine how to conditionally destroy this range.
|
/*
|
||||||
# It should only be destroyed if it was looked up (user-entered)
|
* TODO: determine how to conditionally destroy this range.
|
||||||
# Otherwise qpol will destroy the others when the policy closes.
|
* It should only be destroyed if it was looked up (user-entered)
|
||||||
|
* Otherwise qpol will destroy the others when the policy closes.
|
||||||
|
*/
|
||||||
%exception qpol_mls_range {
|
%exception qpol_mls_range {
|
||||||
$action
|
$action
|
||||||
if (!result) {
|
if (!result) {
|
||||||
|
Loading…
Reference in New Issue
Block a user