mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-20 18:16:41 +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 */
|
||||
typedef struct qpol_mls_range {} qpol_mls_range_t;
|
||||
%extend qpol_mls_range {
|
||||
# TODO: determine how to conditionally destroy this range.
|
||||
# It should only be destroyed if it was looked up (user-entered)
|
||||
# Otherwise qpol will destroy the others when the policy closes.
|
||||
/*
|
||||
* TODO: determine how to conditionally destroy this range.
|
||||
* 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 {
|
||||
$action
|
||||
if (!result) {
|
||||
|
Loading…
Reference in New Issue
Block a user