diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-23 20:23:23 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-23 20:23:23 -0400 |
commit | 34141c977bc5f6c88881a1ca2317905bc037d6b2 (patch) | |
tree | 7d3ba358f8f7737f79476f2892b64b1505bbc23d /src/file | |
parent | 90d422c586f62e180f196db78a464c7ab4a2c0e3 (diff) | |
download | selinux-policy-34141c977bc5f6c88881a1ca2317905bc037d6b2.tar.gz |
move "file.tmp" out of misc.cil
Diffstat (limited to 'src/file')
-rw-r--r-- | src/file/tmpfile.cil | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/file/tmpfile.cil b/src/file/tmpfile.cil index 13d437e..25fa42f 100644 --- a/src/file/tmpfile.cil +++ b/src/file/tmpfile.cil @@ -28,7 +28,8 @@ (call file.type (typeattr)) (call .tmp.associate_fs (typeattr)) - + (call .xattr.associate_fs (typeattr)) + (block base_template (blockabstract base_template) |