diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-08-23 20:57:45 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-08-23 20:57:45 -0400 |
| commit | d58dc5f1464dfcfbe2ed7bc2cff3d85b89b1f1cf (patch) | |
| tree | 7b19c914783299e25633cfc8eba546ffae00de5a | |
| parent | 9e3b629af3c95ed367778047316af116ef49bbb3 (diff) | |
| download | selinux-policy-d58dc5f1464dfcfbe2ed7bc2cff3d85b89b1f1cf.tar.gz | |
pass subj rather than file to subj.common.type
| -rw-r--r-- | src/subj/common.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subj/common.cil b/src/subj/common.cil index 15911bc..19a2e83 100644 --- a/src/subj/common.cil +++ b/src/subj/common.cil @@ -59,7 +59,7 @@ (blockinherit .subj.base_template) - (call .subj.common.type (file))) + (call .subj.common.type (subj))) (block template (blockabstract template) |
