- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ACE (0.01 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
* @throws IOException if an I/O error occurs */ public ACE[] getSecurity(final boolean resolveSids) throws IOException { int f; ACE[] aces; f = open0(O_RDONLY, READ_CONTROL, 0, isDirectory() ? 1 : 0); /* * NtTrans Query Security Desc Request / Response */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} @Override public ACE[] getSecurity() throws IOException { return getSecurity(false); } @Override public ACE[] getSecurity(final boolean resolveSids) throws IOException { try (SmbTreeHandleImpl th = ensureTreeConnected()) { final SecurityDescriptor desc = querySecurity(th, SecurityInfo.DACL_SECURITY_INFO); final ACE[] aces = desc.getAces();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)